2022年6月8日星期三

git clone a specific branch

 

Option One

git clone --branch <branchname> <remote-repo-url>

or

git clone -b <branchname> <remote-repo-url>

沒有留言:

發佈留言