Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

How to upload code to Github

git init
git add .
git commit -m "first commit"
git remote add origin https://github.com/your_username/repo_name.git
git push -u origin master
Source by github.com #
 
PREVIOUS NEXT
Tagged: #How #upload #code #Github
ADD COMMENT
Topic
Name
5+8 =