Update branch to the latest master
# Checkout the branch git checkout branchname # Get the latest master git fetch # Set to lastest master git rebase origin/master # Push changes git push