Update branch from master
When the world is turning around you and your branch
# Checkout your branch
$ git checkout <branch>
# Merge changes from master
$ git merge origin/master
# Push changes
$ git push
When the world is turning around you and your branch
# Checkout your branch
$ git checkout <branch>
# Merge changes from master
$ git merge origin/master
# Push changes
$ git push