Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git create new repository

git clone https://github.com/myname/myapp.git
cd myapp
touch README.md
git add README.md
git commit -m "adds README"
git push -u origin master
Source by github.com #
 
PREVIOUS NEXT
Tagged: #git #create #repository
ADD COMMENT
Topic
Name
3+1 =