revskill 5 minutes ago

Secrets mean it is not stable yet ?

cozzyd an hour ago

I usually just clone the same repository multiple times for each branch I'm working on simultaneously, but obviously that's cumbersome if it's very large so worktrees are a good option there

paradox460 3 hours ago

They're useful, but the fact that you have to grant them a space somewhere on your computer does handicap them a bit. I typically reach for them when I'm doing library upgrades, which take a while, and having my repo switch back and forth to different versions is cumbersome, mostly due to things like dependencies and other unversioned files needing to be changed to support the application and it's specific set of dependencies.

For most other things, where unversioned files don't cause grief like this, a tool like jujutsu, which eliminates the whole stash dance, is generally better