1.创建本地分支
git checkout -b origin/feature/BranchName/YourBranchName
2.关联到远程
git push --set-upstream remotePath/remotename (跟本地一样)
远程路径不需要写origin 直接写路径 需要另外命名的画就在后面加冒号加新名字
git push --set-upstream remotePath/localName:newRemotename
1.创建本地分支
git checkout -b origin/feature/BranchName/YourBranchName
2.关联到远程
git push --set-upstream remotePath/remotename (跟本地一样)
远程路径不需要写origin 直接写路径 需要另外命名的画就在后面加冒号加新名字
git push --set-upstream remotePath/localName:newRemotename
本文标题:git 创建本地分支并且关联到远程
本文链接:https://www.haomeiwen.com/subject/orgdvctx.html
网友评论