Created
June 10, 2020 09:41
-
-
Save tmaslen/bf849f23b737364d9ca52b78161f9a7d to your computer and use it in GitHub Desktop.
How to rebase
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 origin | |
git rebase origin/master | |
git status | |
git add . | |
git status | |
git rebase --continue | |
git status | |
git add . | |
git status | |
git rebase --continue | |
git status | |
git add . | |
git status | |
git rebase --continue | |
git status |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment