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
相关文章
相关标签/搜索