LoginSignup
40
41

More than 3 years have passed since last update.

リモートブランチをローカルに持ってくる

Last updated at Posted at 2020-03-31

既存プロジェクトにアサインされたときすでに存在するリモートブランチをローカルにもってきたい

git checkout -b dev origin/dev

dev の部分はローカルのブランチ(自分で命名)
origin/dev の部分はリモートのブランチ

git branch -a

でリモートのブランチを確認できます

q で抜けれます。

40
41
0

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
40
41