git:worktree
worktree
複数のブランチをチェックアウト
操作
ワークツリーの作成
git worktree add <チェックアウトするディレクトリ> [-b] <チェックアウトするブランチ名>
ワークツリー一覧
git worktree list
ワークツリー削除
git worktree remove <削除したいワークツリーのディレクトリ>
git/worktree.txt · 最終更新: 2020/10/15 08:15 by nullpon