Git

Getting Out of Worktree Hell

Git worktrees aren’t new. They shipped in Git 2.5, back in July 2015. And for years, almost nobody used them. Checking out a second branch into a second folder was a nice trick for the rare case, not something you reached for every day. Then AI coding agents showed up,... [Read More]
Tags: general ai git

How to organize your git branches

I remember implementing git in my team. I think it was more than 6 years ago. At that time, A successful git branching model by Vincent Driessen was required reading if you wanted to learn how to work with git effectively. Since then, I’ve been following the “Git Flow” style.... [Read More]
Tags: git