Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git remote

git remote #This has two part "origin" and "upstream"

# Adding origin
git remote add origin <The url of local github repository>

#Adding upstream
git remote add upstream <The url where you have forked repository>
 
PREVIOUS NEXT
Tagged: #git #remote
ADD COMMENT
Topic
Name
5+9 =