undo a commit in github code example Example 1: git cancel last commit git reset --soft HEAD~1 Example 2: how do i get the last commit $ git reset --soft HEAD~1