Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

ubuntu git credentials cache

# Set the time to remember your credentials for (in seconds). The command below sets it to 10 minutes.
$ git config --global credential.helper 'cache --timeout=600'
Source by pgaskin.net #
 
PREVIOUS NEXT
Tagged: #ubuntu #git #credentials #cache
ADD COMMENT
Topic
Name
8+7 =