Last active
January 22, 2022 13:43
-
-
Save cmutagorama/27a81b28797bf265f87d74662d8a3c30 to your computer and use it in GitHub Desktop.
git rebase steps
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
1. git checkout feature | |
2. git rebase master | |
3. Fix conflicts if any | |
4. git rebase -continue | |
5. git push origin feature -f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment