Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git remember credentials ubuntu

# Set the cache to timeout after 1 hour (setting is in seconds)
git config --global credential.helper 'cache --timeout=3600'
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #remember #credentials #ubuntu
ADD COMMENT
Topic
Name
6+8 =