git 创建本地分支并且关联到远程

2019-10-24  本文已影响0人  ClementGu

1.创建本地分支

git checkout -b origin/feature/BranchName/YourBranchName

2.关联到远程

git push --set-upstream remotePath/remotename (跟本地一样)

远程路径不需要写origin 直接写路径 需要另外命名的画就在后面加冒号加新名字

git push --set-upstream remotePath/localName:newRemotename

上一篇下一篇

猜你喜欢

热点阅读