Use the git reflog command to view the latest operations.
a1b2c3d HEAD@{1}: commit (amend): Tu nuevo mensaje de commit
f4e5d6c HEAD@{2}: commit: Tu mensaje de commit original
...
Then use the command git diff HEAD@{1} HEAD
Use the git reflog command to view the latest operations.
a1b2c3d HEAD@{1}: commit (amend): Tu nuevo mensaje de commit
f4e5d6c HEAD@{2}: commit: Tu mensaje de commit original
...
Then use the command git diff HEAD@{1} HEAD