简体   繁体   English

Git Flow Share修补程序分支

[英]Git flow share hotfix branch

Can I share a hotfix branch in git flow? 我可以在git flow中共享修补程序分支吗? In other words: push it to origin and let some other developer do some changes? 换句话说:将其推向起源并让其他开发人员进行一些更改?

Thanks 谢谢

Sure, its like any other branch simply push it to your remote repository as you do with any other branch. 当然,与其他任何分支一样,就像将其其他任何分支一样,只需将其推送到远程存储库即可。

Git flow is running on your local repository, it doesn't matter what is the name of the branch. Git流正在本地存储库上运行,分支的名称无关紧要。 in your case it will be hotfix/xxxxx and the other developer simply need to do a git fetch on his machine and he will get the branch. 在您的情况下,它将是hotfix / xxxxx,而其他开发人员只需要在其计算机上执行git fetch ,他便会获得分支。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM