debian-mirror-gitlab/doc/gitlab-basics/fork-project.md

15 lines
610 B
Markdown
Raw Normal View History

2019-10-12 21:52:04 +05:30
---
2020-10-24 23:57:45 +05:30
stage: Create
group: Source Code
info: "To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers"
2019-10-12 21:52:04 +05:30
type: howto
---
2015-09-11 14:41:01 +05:30
# How to fork a project
2019-07-31 22:56:46 +05:30
A fork is a copy of an original repository that you put in another namespace
where you can experiment and apply changes that you can later decide whether or
not to share, without affecting the original project.
2015-09-11 14:41:01 +05:30
2019-12-26 22:10:19 +05:30
It takes just a few steps to [fork a project in GitLab](../user/project/repository/forking_workflow.md#creating-a-fork).