Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

starting a new github repo

//it assumes theres at least one commit on the local repo
git init
git remote add origin git@github.com:username/new_repo
git push -u origin master
Source by kbroman.org #
 
PREVIOUS NEXT
Tagged: #starting #github #repo
ADD COMMENT
Topic
Name
5+8 =