Since the plugin has no way of providing a --base when creating a worktree using wt switch. It always creates a worktree from the default branch. This makes it unusable for release branch/ hotfix branch workflows.
Instead of assuming the default branch. Detect the current git branch and explicitly pass --base
Since the plugin has no way of providing a --base when creating a worktree using wt switch. It always creates a worktree from the default branch. This makes it unusable for release branch/ hotfix branch workflows.
Instead of assuming the default branch. Detect the current git branch and explicitly pass --base