#037 git reset HEAD^

The command git reset HEAD followed by the ^ is a short cut to undo the last commit made.

Command Description
reset Command that resets to previous state
HEAD Pointer that stores the current state
^ The circumflex is a shortcut for the last commit