git clone 指定分支下載

git clone -b <branch> <remote_repo> Example:git git clone -b my-branch git@github.com:user/myproject.git Alternative (no public key setup needed):github git clone -b my-branch https://git@github.com/u
相關文章
相關標籤/搜索