Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git push

$ git config credential.helper store
$ git push https://github.com/owner/repo.git

Username for 'https://github.com': <USERNAME>
Password for 'https://USERNAME@github.com': <PASSWORD>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #push
ADD COMMENT
Topic
Name
1+5 =