Daily Shaarli

All links of one day in a single page.

December 6, 2024

Note to self: stop doing `git commit -a`!

git commit -a (or git commit --all) automatically stages files that have been modified.
Some of my repos now include git hooks that would be completely negated if my git commit command message auto-stages everything.