From 09dbe452e3a57ab6ec68b0af76b32502cbeec00e Mon Sep 17 00:00:00 2001 From: Patricio Cano <patricio@gitlab.com> Date: Tue, 3 Mar 2015 21:44:53 -0800 Subject: [PATCH] Corrected sentence about GitLab Flow --- doc/workflow/forking_workflow.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/workflow/forking_workflow.md b/doc/workflow/forking_workflow.md index dee9e432140..2c680a4c124 100644 --- a/doc/workflow/forking_workflow.md +++ b/doc/workflow/forking_workflow.md @@ -1,7 +1,9 @@ # Code forking workflow Forking a project to your own namespace is useful if you have no write access to the project you want to contribute -to. If you do have write access, we recommend using the **[Code Branching Workflow](https://about.gitlab.com/2014/09/29/gitlab-flow/)**. +to. If you do have write access or can request it we recommend working together in the same repository since it is simpler. +See our **[GitLab Flow](https://about.gitlab.com/2014/09/29/gitlab-flow/)** article for more information about using +branches to work together. ## Creating a fork -- GitLab