Set a longer timeout for git cache

This commit is contained in:
2021-02-23 08:37:27 -05:00
parent 03cda58810
commit 4756f55797

View File

@ -1,6 +1,6 @@
#!/bin/bash
git config --global credential.helper cache
git config --global credential.helper 'cache --timeout=604800'
cd $HOME