Anyone uses git worktree?

Hello.

I would like to know. Do anyone of you use git worktrees?
If so what are your use cases?
Did you fall in any pitfall? If so, what was them?

Regards.

Yes, I use Git worktrees, and they’ve been a game-changer for handling multiple branches without constant checkout switching. I mostly use them for working on feature branches alongside the main branch. One pitfall I encountered was forgetting to clean up unused worktrees, which can clutter storage. Also, some IDEs don’t handle them well. Anyone else faced issues with worktrees?