Disable Worktree completely

How do I disable the “worktree” feature, it’s super annoying.

8 Likes

+1 to this. It causes more problems than it solves sometimes. When it appears to be invoked at agent discretion it becomes much harder to manage changes.

1 Like

Has anyone have any updates on this?

1 Like

Super annoying - this is a case where the Cursor team outsmarted themselves. When switching IDEs - my git view - now shows ~10 working trees on a single file!

1 Like

Ok - got it - how to remove Cursor generated working trees:

reference: Git - git-worktree Documentation

git worktree list | nl (get a list of all working trees cursor agents generated)

git worktree remove path_to_workingtree --force

-zoom -……