谁成功使用了 git-flow?
是否有任何大型软件项目使用 git-flow ,如果有,进展如何?
(参见http://nvie.com/posts/a-successful-git-分支模型/ 和 http://jeffkreeftmeijer.com /2010/为什么-arent-you-using-git-flow/)
Are any large software projects using git-flow and, if so, how is it going?
(See http://nvie.com/posts/a-successful-git-branching-model/ and http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow/)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
本周我在我们的团队中引入了 git flow,并且我自己也使用了它几个星期,我非常喜欢它。它使分支和合并变得更加容易。这一切都可以使用默认的 git 来完成,但 git flow 使它变得更加容易,并且分支模型相当容易理解并向新团队成员解释。
我都是专业人士
I've introduced git flow in our team this week and am using it myself for a few weeks now and I absolutely love it. It makes branching and merging back so much easier. It can all be done with default git but git flow makes it so much easier and the branching model is fairly easy to understand and explain to new team members.
I'm all pro
上周介绍了 4 名开发人员团队。
看起来进展非常顺利,到目前为止我们刚刚收到了积极的反馈。
我已经在我的个人工作中使用它大约 2.5 周了,我对它非常感到满意。
除了时间优化之外,保持事物整洁的容易程度也是显而易见的。
Introduced to a 4 developers team last week.
Seems to be going really well, we just had positive feedback so far.
I've been using it for my personal work for about 2,5 weeks and I am very happy with it.
Besides the time optimization, the ease to keep things tidy is evident.
我把它介绍给了我的公司 iSeatz,该公司拥有 15 到 20 名程序员和 20 名左右的外国合同 UI 人员。一开始很坎坷,但在同事的帮助下,我设法将其打造成一台运转良好的机器。
I introduced it to my company iSeatz, who has 15 to 20 programmers and 20 or so foreign contract UI guys. It was bumpy at first, but I managed to shape it into a well oiled machine with the help of my co-workers.
Yipit 使用它,它非常适合 6 人开发团队。
Yipit uses it and it works well for a 6 person development team.