diff options
author | Job van der Voort <job@gitlab.com> | 2015-07-22 07:38:23 +0000 |
---|---|---|
committer | Job van der Voort <job@gitlab.com> | 2015-07-22 07:38:23 +0000 |
commit | 806be101a9c869ee3ce6deec24586486f0417cc2 (patch) | |
tree | 8f376dfb7ec1e7ab7bb5f83a90ad4171249a6ec1 /doc/gitlab-basics/fork-project.md | |
parent | 2c4210f53843392991f08a143f70e0f9d40f1c19 (diff) | |
parent | afc8e922238e9d6146926b88fa94f18700bb64e1 (diff) | |
download | gitlab-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.md | 19 |
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: + + + +Click on the "fork" button on the right side of your screen: + + + +Click on the user or group to where you'd like to add the forked project. |