Created
October 13, 2017 09:54
-
-
Save biske/7094d5b69972f45491129d78a039e34e to your computer and use it in GitHub Desktop.
Rebase Flow
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 feature1 | |
git rebase master | |
git push -f origin feature1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment