git rebase -i HEAD~<number of commits> git commit
git rebase -i HEAD~2
git reset --soft HEAD~3 && git commit