Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to push code to github

git init
git add .
git commit -m "[message]"
git branch -M master
git remote add origin "github repository link"
git push -u origin master
 
PREVIOUS NEXT
Tagged: #push #code #github
ADD COMMENT
Topic
Name
8+3 =