Git rebase interactive with very first commit visible
Posted on July 28, 2015 (Last modified on March 9, 2022) • 1 min read • 26 wordsEver wanted to squash the first two commits with a “git rebase -i”? No? Me neither. Until today.
git rebase -i --root
Done.