Rebase down to the initial commit

suggest change

Since 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

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents