Have a cheat sheet for Jujutsu. --- I’ve been learning Jujutsu a.k.a. jj, a version control system that’s compatible with git repos. It’s clicked for me in a way that git hasn’t even after many years of use. The best way to learn something is to teach it, so I wrote a reference and cheat sheet for jj with the help of a friend: The reference describes the state space of a jj repository and how it changes when you fetch and push. The cheat sheet visually shows what all of the common edi...