Rebase down to the initial commit
suggest changeSince Git 1.7.12 it is possible to rebase down to the root commit. The root commit is the first commit ever made in a repository, and normally cannot be edited. Use the following command:
git rebase -i --root
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents