summary refs log tree commit diff
path: root/config/git
diff options
context:
space:
mode:
Diffstat (limited to 'config/git')
-rw-r--r--config/git/config7
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"