diff options
author | Franck Cuny <franck@fcuny.net> | 2022-11-05 12:37:49 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-11-05 12:37:49 -0700 |
commit | 91b61ed9b03bb91088704ca0d0dd626d3039b400 (patch) | |
tree | 956e25cd0966c3cbffe0f18726cffba42390bafd | |
parent | feat(tools/import-gh-to-gitea): script to import my repositories (diff) | |
download | world-91b61ed9b03bb91088704ca0d0dd626d3039b400.tar.gz |
ref(home/git): update mapping for the git-helper
-rw-r--r-- | home/git/default.nix | 1 | ||||
-rw-r--r-- | home/pass/git-pass-mapping.ini | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/home/git/default.nix b/home/git/default.nix index 407bd88..bfb6fd8 100644 --- a/home/git/default.nix +++ b/home/git/default.nix @@ -41,6 +41,7 @@ in userEmail = "franck@fcuny.net"; extraConfig = { "credential \"https://github.com\"" = { username = "fcuny"; }; + "credential \"https://git.fcuny.net\"" = { username = "fcuny"; }; }; ignores = [ "*.elc" diff --git a/home/pass/git-pass-mapping.ini b/home/pass/git-pass-mapping.ini index 1b945c0..497801a 100644 --- a/home/pass/git-pass-mapping.ini +++ b/home/pass/git-pass-mapping.ini @@ -5,5 +5,5 @@ skip_username=10 [github.com/*] target=git/github.com -[cl.fcuny.net/*] -target=git/cl.fcuny.net +[git.fcuny.net/*] +target=git/git.fcuny.net |