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
feat(worktree): normalize branch ref names when creating worktrees (#38)
Ensure that branch names containing forward or back slashes are properly normalized
by replacing them with hyphens. This prevents issues with invalid folder paths
when creating worktrees. Also improve error handling for null git folder selection.
0 commit comments