最終更新:2024-09-17 (火) 11:30:35 (27d)
Git/ブランチ/切り替え
Git 2.23で挙動が変更
git branch
git checkout
git switch?
ブランチを切り替える
- git switch? <branch>
新しいブランチを作成して切り替える
- git switch -c? <branch>
おなかすいた族!
Git 2.23で挙動が変更