June 2015
GitLab Flow | GitLab
by 1 otherVersion management with git makes branching and merging much easier than older versioning systems such as SVN. This allows a wide variety of branching strategies and workflows. Almost all of these are an improvement over the methods used before git. But many organizations end up with a workflow that is not clearly defined, overly complex or not integrated with issue tracking systems. Therefore we propose the GitLab flow as clearly defined set of best practices. It combines feature driven development and feature branches with issue tracking.
October 2013
a simple git branching model
by 4 othersThis is a very simple git workflow. It (and variants) is in use by many people.
1
(2 marks)