gitconfig: credential.helper

This commit is contained in:
Gabriel Ebner 2015-01-03 16:29:06 +01:00
parent e91fcfe3c8
commit 896a27c897
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored

@ -2,3 +2,4 @@ procmailrc
.*.swp
*~
*.pyc
gitconfig

@ -8,3 +8,5 @@
diff = auto
[push]
default = simple
[credential]
helper = syscmd(`find /usr/share/git /usr/share/doc/git -name git-credential-gnome-keyring')