Hacker News new | ask | show | jobs
by boring_twenties 1913 days ago
The biggest pain point for me has been that they're basically incompatible with `git worktree`. By default they'll just be cloned from upstream in the new worktree, thereby defeating the purpose of using worktrees in the first place.

I used to have a bunch of hacky scripts for working around this, but lately I've just been giving up and avoiding submodules as much as possible.