gitconfig: credential.helper
This commit is contained in:
parent
e91fcfe3c8
commit
896a27c897
1
.gitignore
vendored
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')
|
Loading…
Reference in New Issue
Block a user