Set a longer timeout for git cache
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
git config --global credential.helper cache
|
git config --global credential.helper 'cache --timeout=604800'
|
||||||
|
|
||||||
cd $HOME
|
cd $HOME
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user