Skip to content

Instantly share code, notes, and snippets.

@vhoulbreque
Created May 7, 2019 12:27
Show Gist options
  • Save vhoulbreque/1f306c5b617b6bacdb6b0564f5be3e4e to your computer and use it in GitHub Desktop.
Save vhoulbreque/1f306c5b617b6bacdb6b0564f5be3e4e to your computer and use it in GitHub Desktop.
git-rebase steps

As seen here:

$ (some_branch) git log
$ (some_branch) git rebase -i origin/master
$ (some_branch) git push -f origin some_branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment