git-worktree

worktree Manage multiple working trees attached to the same repository.…

git worktree

Manage multiple working trees attached to the same repository.

git worktree add {{path/to/folder}} {{branch}}

git worktree add {{path/to/folder}} -b {{new_branch}}

git worktree list

git worktree prune

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← git-whatchanged gixy →