Skip to content

Instantly share code, notes, and snippets.

@quickstep25
Last active November 19, 2015 03:46
Show Gist options
  • Select an option

  • Save quickstep25/267ae3bec0c52b06e519 to your computer and use it in GitHub Desktop.

Select an option

Save quickstep25/267ae3bec0c52b06e519 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment