将远程UI分支克隆到本地UI分支

git checkout -b UI
git remote add origin <url>
git fetch origin
git branch --track UI origin/UI
git clone -b UI https://github.com/shirley-wu/HeartTrace.git

猜你喜欢

转载自www.cnblogs.com/ustckx16/p/9227972.html
今日推荐