Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git init git remote add origin git pull

git init
git remote add origin <remote url>
git pull origin master

#To access remote branch
git checkout -b <branch name>

#Start coding
 
PREVIOUS NEXT
Tagged: #git #init #git #remote #add #origin #git #pull
ADD COMMENT
Topic
Name
2+2 =