More than 3 years have passed since last update.
Gitで指定したブランチをcloneする方法
master を clone する
git clone git@github.com:ユーザー名/リポジトリ名.git
#まだ
git clone https://github.com/ユーザー名/リポジトリ名.git
特定ブランチ を clone する
git clone -b ブランチ名 git@github.com:ユーザー名/リポジトリ名.git
#まだ
git clone -b ブランチ名 https://github.com/ユーザー名/リポジトリ名.git
Why not register and get more from Qiita?
- We will deliver articles that match you
By following users and tags, you can catch up information on technical fields that you are interested in as a whole
- you can read useful information later efficiently
By "stocking" the articles you like, you can search right away
Sign upLogin