summaryrefslogtreecommitdiff
path: root/doc/gitlab-basics/fork-project.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gitlab-basics/fork-project.md')
-rw-r--r--doc/gitlab-basics/fork-project.md19
1 files changed, 0 insertions, 19 deletions
diff --git a/doc/gitlab-basics/fork-project.md b/doc/gitlab-basics/fork-project.md
deleted file mode 100644
index 5f8b81ea919..00000000000
--- a/doc/gitlab-basics/fork-project.md
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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.
-
-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.