git switch コマンド
git switch [-c] NAME
作業対象のブランチを切り替える(新しめの書き方)。
使用例
git switch featurefeature ブランチに切り替えるgit switch -c hotfixhotfix を作成して同時に切り替えるgit switch コマンドgit switch [-c] NAME
作業対象のブランチを切り替える(新しめの書き方)。
git switch featurefeature ブランチに切り替えるgit switch -c hotfixhotfix を作成して同時に切り替える