Answers for "enable credential-cache git"

3

git credential cache

# Set credential cache to avoid typing password every time
# (Timeout time is in seconds i.e. 14 hours)
# For Ubuntu

git config credential.helper 'cache --timeout=50400'
Posted by: Guest on October-07-2020
0

git config global credential cache

git cache
Posted by: Guest on October-02-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language