git reset --soft HEAD^ //resets head by 1
To undo: git reset --soft HEAD~1 Use: git reset 'HEAD@{1}'
git reset --soft