git worktree

동일한 저장소에 연결된 여러 작업 트리를 관리. 더 많은 정보: https://git-scm.com/docs/git-worktree.

git worktree add {{경로/대상/폴더}} {{브랜치}}

git worktree add {{경로/대상/폴더}} -b {{새_브랜치}}

git worktree list

git worktree prune