リモートブランチをローカルにチェックアウトする。
-b オプション指定で自動的にチェックアウトされたブランチに切り替わる。
$ git checkout -b local-branch origin/remote-branch
参考:
https://git-scm.com/book/ja/v2/
https://help.github.com/
リモートブランチをローカルにチェックアウトする。
-b オプション指定で自動的にチェックアウトされたブランチに切り替わる。
$ git checkout -b local-branch origin/remote-branch
参考:
https://git-scm.com/book/ja/v2/
https://help.github.com/