/gist:4c2ff1ac321ee289dd12 Secret
Last active
October 26, 2015 16:15
Star
You must be signed in to star a gist
git commands
This file contains 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
| git fetch upstream | |
| git checkout master | |
| git rebase upstream/master | |
| git push | |
| git checkout feature/foo | |
| git rebase master | |
| git push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment