I've used vi for decades, but I'm trying to improve my emacs skills.
In vi, I often check the status of my buffer by issuing this command:
:w !diff - %
Is there a command in emacs that I can use to remind myself of what changes I have made recently?