Note to self: Don’t name my git branches “tests”
I have sometimes had a git branch called "tests" because I was adding tests or working on tests. The problem is that many projects have a "tests" directory so if you have a "test" branch, you get this: $ git diff tests fatal:...