Weekly Shaarli

All links of one week in a single page.

Week 49 (December 2, 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.