let say I have five revisions in total and the first commit hash is 123
. Now I want to squash all commits into one. If I doo git rebase -i 123
I will end with a minimum of two commits. Any way to specify a virtual revision -1?
let say I have five revisions in total and the first commit hash is 123
. Now I want to squash all commits into one. If I doo git rebase -i 123
I will end with a minimum of two commits. Any way to specify a virtual revision -1?