Skip to content

Instantly share code, notes, and snippets.

@pcreux
Created January 26, 2012 07:48
Reword *first* commit
# You can't use rebase -i here since it takes the parent commit as argument.
# You can do the following though:
git checkout FIRST_COMMIT_SHA && git commit --amend && git rebase HEAD master
@Enaku
Copy link

Enaku commented Jan 29, 2012

Thanks! Helpful. :-)

Sorry, something went wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment