Post #1882835
2026-05-01 18:14 UTC
All right, in this brave new era, it seems that git worktrees are the way to go for simultaneous feature dev
I’ve been managing them a bit ad hoc. The company has a monolith plus many microservices that internetwork locally with docker-compose, so there are issues to solve like
- keep disk usage down
- worktrees with only what’s needed
- don’t clobber each other in the network
- keep the purpose of each change clear in your mind
Some of my colleagues wrote their own tools to help. Suggestions?
Replies (0)
No replies.