magit is an emacs mode for git, and is crazy awesome. I've distilled the Magit User Manual into a command-centric cheatsheet for my own purposes.
The upstream magit project updates itself every so often. If you catch it before I do, please fork and patch!
This project contains...
-
The master org-mode file in case you feel like wrestling with org-mode's org-export-as-html and its weird set of quasi-controls in order to update the cheatsheet.
-
The HTML output of exporting the current version of the org-mode file, so you can compare and contrast.
-
A utility .el file. In order to get org-mode to export nicely, I had to add two user variables to my .emacs, along with a macro I used to quick-replace the TD elements with the classes they need.