Created
January 26, 2012 07:48
Reword *first* commit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks! Helpful. :-)