TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

GitLab Flow (2014)

115 pointsby somecoderover 9 years ago

4 comments

sytseover 9 years ago
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__over 9 years ago
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 未加载
jonathanfosterover 9 years ago
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 未加载
zer01over 9 years ago
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.