How do I git rebase the first commit?
The easy way, with a recent-enough Git (this has been out for a long time now so you should have this): git rebase -i –root The other easy way, as twalberg noted in a comment that has since been deleted but is now expanded in https://stackoverflow.com/a/68279810/1256452’s answer, is to use git checkout –orphan to set … Read more