Skip to content

Instantly share code, notes, and snippets.

@rajib
Created May 25, 2010 06:22
Show Gist options
  • Save rajib/412844 to your computer and use it in GitHub Desktop.
Save rajib/412844 to your computer and use it in GitHub Desktop.
git rebase -i A <sha>
git reset --soft HEAD^
git commit --amend
git rebase --continue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment