Git: add credential caching for 1 hour

This commit is contained in:
DuckDuckWhale 2020-10-09 19:09:51 -07:00
parent 44bef82d30
commit da19c7dcf0
Signed by: DuckDuckWhale
GPG Key ID: E4B9FC170FFD71CE

View File

@ -1,2 +1,3 @@
git config --global alias.logtree 'log --all --graph --oneline --decorate'
git config --global core.pager 'less -x1,5'
git config --global credential.helper 'cache --timeout=3600'