Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git update fork from original repo

$ git remote add upstream https://github.com/[Original Owner Username]/[Original Repository].git
$ git fetch upstream
$ git checkout master
$ git merge upstream/master
$ git push
 
PREVIOUS NEXT
Tagged: #git #update #fork #original #repo
ADD COMMENT
Topic
Name
8+1 =