Configure Git to use the osxkeychain credential helper since we're on a Mac
This commit is contained in:
parent
e8f9143b1b
commit
954124ac56
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
# vim: ft=gitconfig
|
# vim: ft=gitconfig
|
||||||
[include]
|
[include]
|
||||||
path = tools/ksdiff
|
path = tools/ksdiff
|
||||||
|
[credential]
|
||||||
|
helper = osxkeychain
|
||||||
|
|
Loading…
Reference in a new issue