Find us on facebook

Jun 2, 2015

Get latest from Git Master to other branch

git fetch origin
git checkout master
git merge origin/master

To switch to your branch, just do
git checkout branch1

No comments:

Post a Comment