This blog is generally meant as notebook of things I spent time to find or learn and don`t want to forget that again :)
When you want to synchronize topic branch with master
1 2 3 4
git checkout master git pull git checkout dev-branch git merge master
1 2 3
git checkout master git merge dev-branch git push origin master
No comments:
Post a Comment