Handy little tool that can be used to get a flavour of how long you've spent working on a particular project. While it's not going to be 100% accurate, it will give a vague sense of duration.
Neat site that provides an animated view of the history of a file in git (well, mostly on GitHub and similar forges). Could be handy if ever needing to demonstrate how some code evolved.
As this article says, I've always tended to drop down to the CLI to delete a branch, and ensure it's cleaned from the remote, etc. Somehow I'd never picked up on the fact that Magit just handles this. And of course, it does, Magit does so much!
I've long disliked the approach some people take of writing one-word git commit messages. While this example might be a wee bit over the top, I'd much rather see this level of care over the craft.
"GQL is a query language with a syntax very similar to SQL with a tiny engine to perform queries on .git files instance of database files, the engine executes the query on the fly without the need to create database files or convert .git files into any other format, note that all Keywords in GQL are case-insensitive similar to SQL."