Here's a really interesting article about the 'includeIf' feature of the Git config file format:
https://www.benji.dog/articles/git-config/
It enables you to use different configuration values based on particular criteria like folder path, remote URL and more.
Great for configuring email addresses for different kinds of repositories (like work vs personal) without forgetting to set it up on each clone!