LoginSignup
496
390

More than 3 years have passed since last update.

gitでリモートブランチをローカルにcheckoutする

Last updated at Posted at 2013-11-30

新しい作業環境で開発リポジトリのmasterリポジトリをcloneしたあとにその他のブランチもcheckout/pullしたいことがある。というか、しないと作業にならない。

よく忘れるのでメモ。

git checkout -b local_branch_name origin/remote_branch_name

remote_branch_nameリモートブランチから派生するlocal_branch_nameローカルブランチを新たに作成する。

-bオプションをつけることで「新しいブランチを作り、チェックアウトする」という動作になる。

496
390
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
496
390