Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git synchronize a branch in a fork

git fetch <remote-repo> 

git checkout <branch-name> 

git merge <remote-repo>/<branch-name>
Source by gitexplorer.com #
 
PREVIOUS NEXT
Tagged: #git #synchronize #branch #fork
ADD COMMENT
Topic
Name
1+1 =