gitconfig: cache passwords for 24 hours

This commit is contained in:
Mikaela Suomalainen 2014-07-14 21:17:14 +03:00
parent 7fc3defb6c
commit b68b9702a7
2 changed files with 4 additions and 0 deletions

View File

@ -24,3 +24,5 @@
signingkey = 0xDAA6CA08F2E96AC7
[push]
default = current
[credential]
helper = cache --timeout=86400

View File

@ -24,3 +24,5 @@
# signingkey = 0xDAA6CA08F2E96AC7
[push]
default = current
[credential]
helper = cache --timeout=86400