2015-07-21 18:45:12 -04:00
|
|
|
# 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.
|
|
|
|
|
2015-07-31 11:21:53 -04:00
|
|
|
Sign in to GitLab.
|
2015-07-21 18:45:12 -04:00
|
|
|
|
|
|
|
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:
|
|
|
|
|
2015-07-21 18:47:17 -04:00
|
|
|
![Fork](basicsimages/fork.png)
|
2015-07-21 18:45:12 -04:00
|
|
|
|
|
|
|
Click on the user or group to where you'd like to add the forked project.
|