quickstep25
11/19/2015 - 3:45 AM

Update branch to the latest master

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