git uncommit
Reset one commit
Git alias:
uncommit = reset --soft HEAD~1
Example:
git uncommit