Browse Source

Set git credential caching to 6 hours... Got tired of constantly fighting with KDE Wallet.

master
Drew Short 9 years ago
parent
commit
dd077c7034
  1. 2
      home/.gitconfig

2
home/.gitconfig

@ -2,6 +2,6 @@
email = warrick@sothr.com
name = Drew Short
[credential]
helper = cache --timeout=3600
helper = cache --timeout=21600
[push]
default = simple
Loading…
Cancel
Save