Wivern Blog

Personal-Tech memorandum

Git-特定のブランチを指定してclone

リモートから特定のブランチを指定してcloneには以下を実行

git-particular
1
$ git clone -b [blanch_name] https://[repository_address]