Fly, Penguin!

I blog so I don't forget.

Git rebase interactive with very first commit visible

0 minute read #git

Ever wanted to squash the first two commits with a “git rebase -i”? No? Me neither. Until today.

Stackoverflow to the rescue:

git rebase -i --root

Done.