Skip to content

Instantly share code, notes, and snippets.

@cmutagorama
Last active January 22, 2022 13:43
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 cmutagorama/27a81b28797bf265f87d74662d8a3c30 to your computer and use it in GitHub Desktop.
Save cmutagorama/27a81b28797bf265f87d74662d8a3c30 to your computer and use it in GitHub Desktop.
git rebase steps
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