PolarMutex
PolarMutex
I see the issue now, calling any of the functions requires you to be in a git repo. with #37 , I want to discuss and think about the best...
changed so it finds the git root when calling create. switch, or delete.
the test is failing early because the test repo does not contain a branch name featD, there is just master with A.txt, featB with A.txt and B.txt, and featC with...
In the test folder Rename the .git-orig to .git Then create a new branch Then rename back
basically when creating a worktree using treesitter, we should filter out branch names that already have a worktree associated with them (since git worktree will not let you create a...
I run into the same problem will try to improve this
I am now maintaining the repo, I think it is fixed on my fork. I am working on a v2 to improve this plugin. https://github.com/polarmutex/git-worktree.nvim
I will look into it today
with that option, I do see errors (I can look into this later). removing that option I see the telescope window pop up
do we want to support switching to a git repo when not in one? basically find the git repo in the path to switch to?