summaryrefslogtreecommitdiff
path: root/doc/gitlab-basics/fork-project.md
blob: 5f8b81ea91924a3b86109948b63a0f27598e3805 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.

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.