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:
authorPatricio Cano <patricio@gitlab.com>2015-03-04 08:44:53 +0300
committerPatricio Cano <patricio@gitlab.com>2015-03-04 08:44:53 +0300
commit09dbe452e3a57ab6ec68b0af76b32502cbeec00e (patch)
treebc6e1510b19df8e138407fd2302b04ed0957649f /doc/workflow/forking_workflow.md
parent92b1b15f6f2579159160bde3efc41d632a92453e (diff)
Corrected sentence about GitLab Flow
Diffstat (limited to 'doc/workflow/forking_workflow.md')
-rw-r--r--doc/workflow/forking_workflow.md4
1 files changed, 3 insertions, 1 deletions
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