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
Instead of forcefully removing existing worktrees and branches, append
a short UUID to the worktree path when a conflict is detected. This
approach is cleaner and avoids destructive operations.
Changes:
- Append short UUID to worktree path if directory already exists
- Remove forced worktree removal logic
- Remove forced branch deletion logic
- Move shortUuid extraction earlier for reuse
- Change worktreePath from const to let for modification
Co-authored-by: Claude <[email protected]>
0 commit comments