Last active
November 2, 2016 09:55
-
-
Save andreybolonin/1c6590284d70035ae562309abb8f5546 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 checkout feature/HM20-84 | |
git rebase -i HEAD~9 | |
git push origin feature/HM20-84 -f | |
git pull --rebase origin develop | |
git checkout -b {branch_name} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment