We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've been using this plugin for a whole of 15min but I did notice that with non-bare clones I can't switch to my "main" clone dir.
So for example, I have:
some_dir \ my_repo # (main, initial clone) \ my_repo.branch1 # (branch1, worktree) \ my_repo.branch2 # (branch2, worktree)
so flipping between branch1 and branch2 via Telescope is a breeze and works great. However trying to flip to main - I get nothing.
branch1
branch2
main
So to me it either deserves a fix or a call-out in docs to warn of all the side-effects of non-bare clones.
The text was updated successfully, but these errors were encountered:
the plugin should work with non-bare clones. I do not use bare repos anymore
Can I get a little more context on what is not working to try to reproduce the issue? I did release v2 today.
Sorry, something went wrong.
No branches or pull requests
I've been using this plugin for a whole of 15min but I did notice that with non-bare clones I can't switch to my "main" clone dir.
So for example, I have:
so flipping between
branch1
andbranch2
via Telescope is a breeze and works great. However trying to flip tomain
- I get nothing.So to me it either deserves a fix or a call-out in docs to warn of all the side-effects of non-bare clones.
The text was updated successfully, but these errors were encountered: