Git Tips And Workflows 14 years ago
Git is full of nice tricks, this is a good collection. One it didn't mention that I use a lot, is manipulating history with human-readable dates:
git whatchanged --since="yesterday"
git revert master@{"1 month ago"}