Git worktree?
git worktree add <path> <branch> - creates a new working
directory linked to your main repository, allowing you to work on multiple branches
simultaneously.
git worktree add <path> <branch> - creates a new working
directory linked to your main repository, allowing you to work on multiple branches
simultaneously.