6 ms·
There's a huge limitation with work trees that makes them borderline unusable: they can never be active on the same branch. Which includes that you can only eve
by on_the_train 26d ago
There's a huge limitation with work trees that makes them borderline unusable: they can never be active on the same branch. Which includes that you can only ever have one on the master branch.
- modeless 26d agoYeah they aren't worth the trouble just because of this. Multiple checkouts are the way to go unless your repo is so huge that you can't afford the disk space. You can clone them from each other so you don't need to download the repo over and over and you can send branches back and forth locally if you really need to, though I never do.