$ grep -l "#git" ~/terhechte/journal/*.md
Posts tagged #git
posts 3 years 3 tag git
[ 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.
[ 2019 ]
01 · posts
2019-01-24
An interactive Git Status client, written in C
An interactive Git Status client, written in C
[ 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