Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

link local to remote git

Go into repo folder:
 $git remote add origin (ur github repo link)
 $git push -u origin master
 
 - $git log, to check if it worked
 
 
PREVIOUS NEXT
Tagged: #link #local #remote #git
ADD COMMENT
Topic
Name
9+5 =