Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-10-07 12:05:55 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-10-07 12:05:55 +0300
commitab2382923e7a864a3fa27fdf8eeb9b21893b9147 (patch)
tree89a0d33672657f2c793b0966e1d82041f36c76c9 /doc/workflow
parent3900b8a0062113e11e600e4226426e4163ac5e2c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/workflow')
-rw-r--r--doc/workflow/gitlab_flow.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/workflow/gitlab_flow.md b/doc/workflow/gitlab_flow.md
index 136e05281a6..e3568d6489d 100644
--- a/doc/workflow/gitlab_flow.md
+++ b/doc/workflow/gitlab_flow.md
@@ -168,7 +168,6 @@ This branch is the place for any work related to this change.
NOTE: **Note:**
The name of a branch might be dictated by organizational standards.
-For example, in GitLab, any branches in GitLab EE that are equivalent to branches in GitLab CE [must end in `-ee`](../development/automatic_ce_ee_merge.md#cherry-picking-from-ce-to-ee).
When you are done or want to discuss the code, open a merge request.
A merge request is an online place to discuss the change and review the code.