Skip to content

Instantly share code, notes, and snippets.

@tmaslen
Created June 10, 2020 09:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmaslen/bf849f23b737364d9ca52b78161f9a7d to your computer and use it in GitHub Desktop.
Save tmaslen/bf849f23b737364d9ca52b78161f9a7d to your computer and use it in GitHub Desktop.
How to rebase
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