多人协作项目的 Beat git 工作流程是什么?
我一直在研究与多人协作 github 项目的最佳方式,同时能够保持代码质量并避免将错误推送到主干。我找到了大量关于很多人喜欢这样做的资源。据我所知,首选方法是使用您正在进行的每个新开发或修复创建一个新分支,拉取请求,然后合并到主干。我想知道还有哪些其他选择似乎对人们有用?
I have been looking into what is the best way to collaborate on a github project with several people while being able to maintain code quality and avoid pushing mistakes to the trunk. I have found numerous resources on how alot of people prefer to do it. From what I gather the preferred way is to create a new branch with each new piece of development or fix you are making, pull request, and then merge to trunk. I want to know what other options are that seem to work for people?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅 Git 流程。
See Git Flow.