赞
踩
git checkout -b newbranch
git push origin newbranch
git branch -u origin/远程分支名
或者使用命令:
git branch --set-upstream-to origin/远程分支名
或者使用命令:
git branch –set-upstream 本地新建分支名 origin/远程分支名
git branch -vv
git branch -a
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。