A set of regularly used Git/Github commands
git reset --soft HEAD~2 && git commit -m 'New commit message here' git push origin +branch-name
ALT:
git rebase -i HEAD~2