Seems like running:
git commit --allow-empty
git rebase --continue
Creates 2 squashed commits, instead of one.
Running git rebase -i some-hash
allows me to squash the 2 new commits into one.
Seems like running:
git commit --allow-empty
git rebase --continue
Creates 2 squashed commits, instead of one.
Running git rebase -i some-hash
allows me to squash the 2 new commits into one.