git rebase -i --root will start an interactive rebase of all commits from the beginning.
From there, you can squash all commits into one and/or perform other edits.
git rebase -i --root will start an interactive rebase of all commits from the beginning.
From there, you can squash all commits into one and/or perform other edits.