谁成功地使用了 git-flow?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5531886/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Who is successfully using git-flow?
提问by Alex
Are any large software projects using git-flowand, if so, how is it going?
是否有使用git-flow 的大型软件项目,如果有,进展如何?
(See http://nvie.com/posts/a-successful-git-branching-model/and http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow/)
(参见http://nvie.com/posts/a-successful-git-branching-model/和http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow/)
回答by ChrisR
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.
本周我在我们的团队中引入了 git flow,现在我自己已经使用了几个星期,我非常喜欢它。它使分支和合并变得更加容易。这一切都可以使用默认的 git 完成,但 git flow 使它变得更加容易,并且分支模型相当容易理解并向新团队成员解释。
I'm all pro
我都是职业选手
回答by Paulo Barcelos
Introduced to a 4 developers team last week. Seems to be going really well, we just had positive feedback so far.
上周向 4 名开发人员团队介绍。似乎进展得非常好,到目前为止我们只是收到了积极的反馈。
I've been using it for my personal work for about 2,5 weeks and I am veryhappy with it. Besides the time optimization, the ease to keep things tidy is evident.
我已经将它用于我的个人工作大约 2.5 周,我对它非常满意。除了时间优化之外,保持事物整洁的容易程度也是显而易见的。
回答by krainboltgreene
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.
我把它介绍给我的公司 iSeatz,它有 15 到 20 个程序员和 20 个左右的外国合同 UI 人员。一开始很颠簸,但在同事的帮助下,我设法将它塑造成一台涂有油的机器。