From 38c3d3255398d615cf93867cb82902c3d2cb65a5 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 17 Feb 2021 03:08:59 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/university/training/gitlab_flow.md | 57 +++------------------------------- 1 file changed, 4 insertions(+), 53 deletions(-) (limited to 'doc/university') diff --git a/doc/university/training/gitlab_flow.md b/doc/university/training/gitlab_flow.md index f25bff03926..bdc97ff8d28 100644 --- a/doc/university/training/gitlab_flow.md +++ b/doc/university/training/gitlab_flow.md @@ -1,57 +1,8 @@ --- -stage: none -group: unassigned -info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments -comments: false -type: reference +redirect_to: '../../topics/gitlab_flow.md' --- -# What is the GitLab Flow +This document was moved to [another location](../../topics/gitlab_flow.md). -- A simplified branching strategy -- All features and fixes first go to master -- Allows for 'production' or 'stable' branches -- Bug fixes/hot fix patches are cherry-picked from master - -## Feature branches - -- Create a feature/bugfix branch to do all work -- Use merge requests to merge to master - -![inline](gitlab_flow/feature_branches.png) - -## Production branch - -- One, long-running production release branch - as opposed to individual stable branches -- Consider creating a tag for each version that gets deployed - -![inline](gitlab_flow/production_branch.png) - -## Release branch - -- Useful if you release software to customers -- When preparing a new release, create stable branch - from master -- Consider creating a tag for each version -- Cherry-pick critical bug fixes to stable branch for patch release -- Never commit bug fixes directly to stable branch - -![inline](gitlab_flow/release_branches.png) - -## More details - -For more information, read through the [GitLab Flow](../../topics/gitlab_flow.md) -documentation. - - + + -- cgit v1.2.3