git worktree
git worktree allows checking out more than one branch at a time, facilitating working on multiple things at the same time, useful when multiple agents are working on the same repo.
To add new worktree:
git worktree add ../test-main main
git worktree allows checking out more than one branch at a time, facilitating working on multiple things at the same time, useful when multiple agents are working on the same repo.
To add new worktree:
git worktree add ../test-main main