Last active
November 19, 2015 03:46
-
-
Save quickstep25/267ae3bec0c52b06e519 to your computer and use it in GitHub Desktop.
Update branch to the latest master
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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