|
|
|
|
|
by dagss
21 days ago
|
|
As the sibling comments note, this is kind of off-topic to my post. But I think git worktrees are a bit more ergonomic, I don't have to think about local vs upstream there's just one place to push. I like to organize my projects like this: myproject/.repo/git # bare repository .. my own convention..
myproject/main # worktrees from ../.repo/git
myproject/feature1
myproject/feature2
|
|
So, I no longer use worktrees, and just copy and existing/clone a new folder.
I think all my problems go away with jujustu.