diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-10-11 07:41:28 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-10-11 07:41:28 +0200 |
commit | 7d703a4dbbce44fda3cc0cfed7c48c27f496b6a0 (patch) | |
tree | dac2accbb517dbf5d4cc817047614cb3d401d669 /doc/gitlab-basics | |
parent | 54642e5245df774eefc1a1bd82b9c033defb5bc1 (diff) | |
download | gitlab-ce-7d703a4dbbce44fda3cc0cfed7c48c27f496b6a0.tar.gz |
New images for GitLab basics "Fork project" docs
Diffstat (limited to 'doc/gitlab-basics')
-rw-r--r-- | doc/gitlab-basics/fork-project.md | 19 | ||||
-rw-r--r-- | doc/gitlab-basics/img/fork.png | bin | 896 -> 0 bytes | |||
-rw-r--r-- | doc/gitlab-basics/img/fork_choose_namespace.png | bin | 0 -> 39253 bytes | |||
-rw-r--r-- | doc/gitlab-basics/img/fork_new.png | bin | 0 -> 25540 bytes | |||
-rw-r--r-- | doc/gitlab-basics/img/select_project.png | bin | 16176 -> 0 bytes |
5 files changed, 10 insertions, 9 deletions
diff --git a/doc/gitlab-basics/fork-project.md b/doc/gitlab-basics/fork-project.md index 7232fc2c1ae..6c232fe6086 100644 --- a/doc/gitlab-basics/fork-project.md +++ b/doc/gitlab-basics/fork-project.md @@ -1,19 +1,20 @@ # 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 +A fork is a copy of an original repository that you can put in another namespace +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. +1. Go to a project's dashboard under the **Project** tab and click on the + **Fork** button. -Select a project on the right side of your screen: + ![Click on Fork button](img/fork_new.png) -![Select a project](img/select_project.png) +1. You will be asked where to fork the repository. Click on the user or group + to where you'd like to add the forked project. -Click on the "fork" button on the right side of your screen: + ![Choose namespace](img/fork_choose_namespace.png) -![Fork](img/fork.png) - -Click on the user or group to where you'd like to add the forked project. +1. After a few moments, depending on the repository's size, the forking will + complete. diff --git a/doc/gitlab-basics/img/fork.png b/doc/gitlab-basics/img/fork.png Binary files differdeleted file mode 100644 index 13ff8345616..00000000000 --- a/doc/gitlab-basics/img/fork.png +++ /dev/null diff --git a/doc/gitlab-basics/img/fork_choose_namespace.png b/doc/gitlab-basics/img/fork_choose_namespace.png Binary files differnew file mode 100644 index 00000000000..82c9c3bd39e --- /dev/null +++ b/doc/gitlab-basics/img/fork_choose_namespace.png diff --git a/doc/gitlab-basics/img/fork_new.png b/doc/gitlab-basics/img/fork_new.png Binary files differnew file mode 100644 index 00000000000..41885223286 --- /dev/null +++ b/doc/gitlab-basics/img/fork_new.png diff --git a/doc/gitlab-basics/img/select_project.png b/doc/gitlab-basics/img/select_project.png Binary files differdeleted file mode 100644 index 3bb832ea8d0..00000000000 --- a/doc/gitlab-basics/img/select_project.png +++ /dev/null |