Last active
October 30, 2018 04:56
-
-
Save icoxfog417/8555196 to your computer and use it in GitHub Desktop.
リモートから特定のブランチを指定してcloneする ref: https://qiita.com/icoxfog417/items/5776e0f0f758f0f0e48a
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone -b ブランチ名 https://リポジトリのアドレス |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone -b ブランチ名 https://リポジトリのアドレス |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment