Skip to content

Instantly share code, notes, and snippets.

@marti1125
Created October 20, 2017 19:24
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 marti1125/df00d4bcdadfa53a5a9e78a89b5cefb6 to your computer and use it in GitHub Desktop.
Save marti1125/df00d4bcdadfa53a5a9e78a89b5cefb6 to your computer and use it in GitHub Desktop.
git rebase commits
git log --pretty=oneline
git rebase -i <hash_commit>
git rebase --continue
git push <remote_repo> <remote_branch> -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment