#やり方
オプションで「-b」をつける。
git checkout -b
「testブランチを新規作成」 + 「testブランチにチェックアウト」したい場合は
以下の様にする。
git checkout -b test
#記事を作成した理由
・個人用メモとして作成。
・チェックアウトとブランチ作成を別々に行うのが面倒だったため。
#参考情報
https://git.command-ref.com/cmd-git-checkout.html
Go to list of users who liked
More than 1 year has passed since last update.
#やり方
オプションで「-b」をつける。
git checkout -b
「testブランチを新規作成」 + 「testブランチにチェックアウト」したい場合は
以下の様にする。
git checkout -b test
#記事を作成した理由
・個人用メモとして作成。
・チェックアウトとブランチ作成を別々に行うのが面倒だったため。
#参考情報
https://git.command-ref.com/cmd-git-checkout.html
Register as a new user and use Qiita more conveniently
Go to list of users who liked