Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to update old branch

git checkout b1
git merge origin/master
git push origin b1
# is equal
git fetch
git rebase origin/master

# Problem? -> linkedin.com/in/barisx
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #update #branch
ADD COMMENT
Topic
Name
8+8 =