summaryrefslogtreecommitdiff
path: root/doc/gitlab-basics/fork-project.md
diff options
context:
space:
mode:
authorJob van der Voort <job@gitlab.com>2015-07-22 07:38:23 +0000
committerJob van der Voort <job@gitlab.com>2015-07-22 07:38:23 +0000
commit806be101a9c869ee3ce6deec24586486f0417cc2 (patch)
tree8f376dfb7ec1e7ab7bb5f83a90ad4171249a6ec1 /doc/gitlab-basics/fork-project.md
parent2c4210f53843392991f08a143f70e0f9d40f1c19 (diff)
parentafc8e922238e9d6146926b88fa94f18700bb64e1 (diff)
downloadgitlab-ce-806be101a9c869ee3ce6deec24586486f0417cc2.tar.gz
Merge branch 'fork-project' into 'master'
Added Fork Project document to GitLab Basics See merge request !1909
Diffstat (limited to 'doc/gitlab-basics/fork-project.md')
-rw-r--r--doc/gitlab-basics/fork-project.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/gitlab-basics/fork-project.md b/doc/gitlab-basics/fork-project.md
new file mode 100644
index 00000000000..5173aae2c0f
--- /dev/null
+++ b/doc/gitlab-basics/fork-project.md
@@ -0,0 +1,19 @@
+# How to fork a project
+
+A fork is a copy of an original repository that you can put somewhere else
+or where you can experiment and apply changes that you can later decide if
+publishing or not, without affecting your original project.
+
+It takes just a few steps to fork a project in GitLab.
+
+Sign in to [gitlab.com](https://gitlab.com).
+
+Select a project on the right side of your screen:
+
+![Select a project](basicsimages/select_project.png)
+
+Click on the "fork" button on the right side of your screen:
+
+![Fork](basicsimages/fork.png)
+
+Click on the user or group to where you'd like to add the forked project.