TIL is my collection of daily learnings. Each entry is brief, technical, and lightly edited.
Git Apply a Commit in Reverse
Sometimes I’ll be looking at a Git commit online, and want to put my dev environment in a world where the commit is un-applied. This can be achieved by applying it in reverse. ...