Created
October 29, 2016 22:57
-
-
Save jakiestfu/7e9533a94afe0fada12fec264e9971fe to your computer and use it in GitHub Desktop.
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
| git fetch | |
| git checkout -b tmp-branch | |
| git branch -D master | |
| git branch -D release | |
| git checkout -b master origin/master | |
| git checkout -b release origin/release | |
| git checkout release | |
| git branch -D tmp-branch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment