TIL is my collection of short, technical daily learnings. 196 and counting.
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. ...