TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

GitLab Flow (2014)

115 点作者 somecoder超过 9 年前

4 条评论

sytse超过 9 年前
Thanks for posting this, I&#x27;m always interested in how to advise our users better so feel free to ask questions or disagree. BTW We&#x27;re trying to keep <a href="http:&#x2F;&#x2F;doc.gitlab.com&#x2F;ee&#x2F;workflow&#x2F;gitlab_flow.html" rel="nofollow">http:&#x2F;&#x2F;doc.gitlab.com&#x2F;ee&#x2F;workflow&#x2F;gitlab_flow.html</a> updated with the latest learnings although it is very similar to the blog post.
评论 #11092429 未加载
Philipp__超过 9 年前
Everybody is talking about GitLab these days but actually I am interested to see number of those who are ready to migrate to it for real... It still a lot of talk and little realization...
评论 #11094234 未加载
评论 #11094318 未加载
评论 #11094589 未加载
评论 #11095889 未加载
评论 #11093777 未加载
评论 #11094866 未加载
评论 #11093426 未加载
评论 #11093793 未加载
jonathanfoster超过 9 年前
I still haven&#x27;t seen a better git branching model than <a href="https:&#x2F;&#x2F;gist.github.com&#x2F;17twenty&#x2F;6733076" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;17twenty&#x2F;6733076</a> (aka feature branching model). I&#x27;ve found this model works well for smaller apps and can scale easily with modularization and feature flags.
评论 #11092683 未加载
zer01超过 9 年前
Yup, that&#x27;s usually what I prefer to do myself anyway.<p>Working on teams we usually commit to &#x27;$username&#x2F;$feature&#x27; branches though, to keep it reasonably clean and not potentially pollute others&#x27; namespaces. We&#x27;re also not allowed to merge in our own PRs (usually, unless it&#x27;s tiny) to force code reviews, which generally works out quite nicely.