Why use git rebase -i --root when the repository's initial commit must be included in the rebase plan?
git rebase -i --root
The option modifies only commits stored on a remote server.
The oldest commit itself must be included in the interactive rebase plan.
The option removes all repository history before rebuilding it.
The option changes the working directory to the root user's home.