diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/git/config | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/git/config b/config/git/config index 1001b1a..3b3a83b 100644 --- a/config/git/config +++ b/config/git/config @@ -20,3 +20,10 @@ [init] defaultBranch = main + +[credential "https://github.com"] + username = fcuny + +[credential "https://git.fcuny.net"] + username = fcuny + helper = "!echo -n 'password='; pass git/git.fcuny.net" |