26-Feb, 2025 - morning links, etc.

links, etc How Core Git Developers Configure Git some good tips and tricks in this writeup. things i liked and reconfigured/added to my config. column.ui auto diff.algorithm histogram diff.colorMoved true

February 26, 2025 · steve ulrich

17-Feb, 2025 - afternoon links, etc.

links, etc The Technium: 50 Years of Travel Tips some solid tips in here. some of these are gimmicky, IMHO, and feel like padding, but there are some nuggets here. worth picking through to see if there’s something that works for you.

February 17, 2025 · steve ulrich

18-Jan, 2025 - morning links, etc.

links, etc Oh Shit, Git!?! for future me.

January 18, 2025 · steve ulrich

01-Jan, 2025 - afternoon links, etc.

links, etc op run - NSHipster oh, this is very useful. i should have read up on op run a long time ago.

January 1, 2025 · steve ulrich

TIL: conditional git config

TIL: git supports conditional config for a situation that requires multiple github accounts. you need to be able to toggle a number of config elements to make life happy. git has support for conditional inclusion in the configuration files. if you structure your config and directory structures appropriately you can use the gitdir status to selectively include git configuration elements into the mix, allowing you to toggle between one profile and another....

December 27, 2024 · steve ulrich