git克隆github倉庫某分支到本地

命令git clone [email protected]:XXXX/XXXX.git 默認 clone 的是這個倉庫的 master 分支。 要克隆其他分支,命令爲 git clone -b 分支名 [email protected]:XXXX/XXXX.git 例 克隆某倉庫的dev分支 git clone -b dev [email protected]:XXXX/XXXX.git
相關文章
相關標籤/搜索