SyntaxFix
Write A Post
Hire A Developer
Questions
As of git 1.6.2, you can use git rebase --root -i.
git rebase --root -i
For each commit except the first, change pick to squash.
pick
squash