# HG changeset patch # User Jeff Hammel # Date 1417827004 28800 # Node ID 6ba565f996968a0d78d97fb7123f5036e3820001 # Parent 03b66f90916fb7a17e6b0a413db440b8086dcd19 cache credentials for a session diff -r 03b66f90916f -r 6ba565f99696 .gitconfig --- a/.gitconfig Tue Dec 02 13:59:37 2014 -0800 +++ b/.gitconfig Fri Dec 05 16:50:04 2014 -0800 @@ -12,4 +12,7 @@ root = rev-parse --show-toplevel st = status up = !git pull origin master && git push origin master - wip = !git commit -a -m 'wip' && git push origin $(git rev-parse --abbrev-ref HEAD) \ No newline at end of file + wip = !git commit -a -m 'wip' && git push origin $(git rev-parse --abbrev-ref HEAD) + +[credential] + helper = cache --timeout=10000 \ No newline at end of file