IT系/リファレンス/Gitコマンド/git_worktree

Last-modified: 2020-06-12 (金) 21:07:56

git worktree

複数の作業ツリーを管理するコマンド。

用例

  • xxx
    xxx
  • xxx
    xxx

書式

git worktree [options] [path]

公式によると以下の通り。

git worktree add [-f] [--detach] [--checkout] [--lock] [-b <new-branch>] <path> [<commit-ish>]
git worktree list [--porcelain]
git worktree lock [--reason <string>] <worktree>
git worktree move <worktree> <new-path>
git worktree prune [-n] [-v] [--expire <expire>]
git worktree remove [-f] <worktree>
git worktree unlock <worktree>

options

/xxxx

etc.

説明

複数の作業ツリーを管理するコマンド。

関連

  • xxx

参考リンク

その他メモ

なにかあれば。