$ grep -l "#code" ~/terhechte/journal/*.md
Posts tagged #code
posts 2 years 2 tag code
[ 2025 ]
01 · posts
2025-02-02
Automated git commit messages from local LLM
Sometimes its tricky to write good commit messages. Here's a simple way to let the LLM write them for you based on the currently staged changes.
[ 2016 ]
01 · posts
2016-04-04
Using Git Hooks to prevent commiting test code
A quick hack to prevent you from accidentally commiting test code