You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have occassionally problem when I'm creating new worktree, using the telescope extension to do that.
I try to describe the issue and if someone have knowledge what I'm doing wrong and could tell me how to fix it.
Working one
When it successfully creates new worktree I can see that following infos are correct when looked with vim-fugitive:
Then I choose wanted branch and press Enter. I will leave the Path to subtree as empty (I have tested to give it a path, but same issue exists.)
I wait that it has done it's thing "Running post switch callbacks" etc.
After this I can confirm the issue by looking the git log and it does not show the changes of that branch, but instead the default branch of the repo, develop.
And when looking the status with vim-fugitive, the additional origin was added.
The text was updated successfully, but these errors were encountered:
I have occassionally problem when I'm creating new worktree, using the telescope extension to do that.
I try to describe the issue and if someone have knowledge what I'm doing wrong and could tell me how to fix it.
Working one
When it successfully creates new worktree I can see that following infos are correct when looked with vim-fugitive:
And this works as wanted; able to see correct history of Git,
git log
and so on.Broken one
When it is broken one, it does not say any error or so but the infos are somehow messed as it puts additional
origin
as following:Using Telescope extension
This is how I call the telescope extension:
Then I choose wanted branch and press Enter. I will leave the
Path to subtree
as empty (I have tested to give it a path, but same issue exists.)I wait that it has done it's thing "Running post switch callbacks" etc.
After this I can confirm the issue by looking the
git log
and it does not show the changes of that branch, but instead the default branch of the repo, develop.And when looking the status with vim-fugitive, the additional
origin
was added.The text was updated successfully, but these errors were encountered: