Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to push to github with personal access token

# After pushing the first time, do this

# Enable caching for 7200 seconds (2 hours)
git config --global credential.helper 'cache --timeout 7200'
Source by gist.github.com #
 
PREVIOUS NEXT
Tagged: #push #github #personal #access #token
ADD COMMENT
Topic
Name
4+1 =