aboutsummaryrefslogtreecommitdiff
path: root/home/.gitconfig
diff options
context:
space:
mode:
Diffstat (limited to 'home/.gitconfig')
-rw-r--r--home/.gitconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/home/.gitconfig b/home/.gitconfig
index 488f04c..c651d9a 100644
--- a/home/.gitconfig
+++ b/home/.gitconfig
@@ -14,3 +14,6 @@
[core]
editor = emacsclient --alternate-editor='' --tty
excludesfile = ~/.gitignore_global
+[credential "https://git-wip-us.apache.org"]
+ username = jodersky
+ helper = "!f() { echo password=$(pass sites/apache.org); }; f" \ No newline at end of file