̃Gg[͂ĂȃubN}[Nɒlj

git :: ブランチを指定して clone する



ブランチを指定して clone する

% git clone -b <branch_name> <user_name>@<host>:<repository_name> .
  • -b : ブランチの指定





unix/command/git/operation/clone_b.txt