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'm not sure if this can already be done somehow, but did not find any information on this.
I have a situation where I would like to make a new worktree and branch based on some other branch. Currently creating new worktree bases it on master/default branch if I'm not mistaken.
Creating new worktree based on other branch can be done in command line with git worktree add -b "name" "path" "branch to base on" where branch to base on could be for example origin/develop. But I would like to see this implemented to the telescope extension.
The text was updated successfully, but these errors were encountered:
I'm not sure if this can already be done somehow, but did not find any information on this.
I have a situation where I would like to make a new worktree and branch based on some other branch. Currently creating new worktree bases it on master/default branch if I'm not mistaken.
Creating new worktree based on other branch can be done in command line with
git worktree add -b "name" "path" "branch to base on"
where branch to base on could be for example origin/develop. But I would like to see this implemented to the telescope extension.The text was updated successfully, but these errors were encountered: