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

Last-modified: 2020-06-12 (金) 20:48:32

git switch

ブランチを切り替えるコマンド。

用例

  • xxx
    xxx
  • xxx
    xxx

書式

git switch [options] <branch>

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

git switch [<options>] [--no-guess] <branch>
git switch [<options>] --detach [<start-point>]
git switch [<options>] (-c|-C) <new-branch> [<start-point>]
git switch [<options>] --orphan <new-branch>

options

/xxxx

etc.

説明

ブランチを切り替えるコマンド。

関連

  • xxx

参考リンク

その他メモ

なにかあれば。