Comment by ed_mercer
I don't understand how people use the `git worktree` workflow. I get that you want to isolate your work, but how do you deal with dev servers, port conflicts and npm installs? When I tried it, it was way more hassle than it was worth.
Yeah it is a mystery to me how folks could also maintain context in more than two sessions. The code review would be brutal.
You’ll also end up dealing with merge conflicts if you haven’t carefully split the work or modularized the code.