changeset 728:6ba565f99696

cache credentials for a session
author Jeff Hammel <k0scist@gmail.com>
date Fri, 05 Dec 2014 16:50:04 -0800
parents 03b66f90916f
children fc4749433229
files .gitconfig
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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