summaryrefslogtreecommitdiff
path: root/doc/gitlab-basics/fork-project.md
diff options
context:
space:
mode:
authorkaren Carias <karen@gitlab.com>2015-07-21 15:45:12 -0700
committerkaren Carias <karen@gitlab.com>2015-07-21 15:45:12 -0700
commit42130a97e992f608bf5deaf2afbe203f21d2e2b3 (patch)
treebed1dbae00109adda3eaa44c34485cb8a9670352 /doc/gitlab-basics/fork-project.md
parent2c4210f53843392991f08a143f70e0f9d40f1c19 (diff)
downloadgitlab-ce-42130a97e992f608bf5deaf2afbe203f21d2e2b3.tar.gz
added Fork Project document
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..e97ec0959a4
--- /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](simple_guide_images/fork.png)
+
+Click on the user or group to where you'd like to add the forked project.