Git - Rebasing
Given these commits:
commit1: Add README commit2: Fix typo commit3: Update README formattingIf you run
git rebase -i HEAD~3 and squash commit2 and commit3 into commit1, what will the commit history show?