Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git init repo

git init
git add somefile
git commit -m "initial commit"
git remote add origin https://github.com/username/new_repo
git push -u origin master 
Source by kbroman.org #
 
PREVIOUS NEXT
Tagged: #git #init #repo
ADD COMMENT
Topic
Name
6+1 =