Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
b6662c2a
Commit
b6662c2a
authored
Jan 27, 2016
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refactor the forking process and add new images
[ci skip]
parent
af52158f
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
28 additions
and
13 deletions
+28
-13
doc/workflow/forking/fork_button.png
doc/workflow/forking/fork_button.png
+0
-0
doc/workflow/forking/groups.png
doc/workflow/forking/groups.png
+0
-0
doc/workflow/forking_workflow.md
doc/workflow/forking_workflow.md
+28
-13
doc/workflow/img/forking_workflow_choose_namespace.png
doc/workflow/img/forking_workflow_choose_namespace.png
+0
-0
doc/workflow/img/forking_workflow_fork_button.png
doc/workflow/img/forking_workflow_fork_button.png
+0
-0
doc/workflow/img/forking_workflow_path_taken_error.png
doc/workflow/img/forking_workflow_path_taken_error.png
+0
-0
No files found.
doc/workflow/forking/fork_button.png
deleted
100644 → 0
View file @
af52158f
66.7 KB
doc/workflow/forking/groups.png
deleted
100644 → 0
View file @
af52158f
95.8 KB
doc/workflow/forking_workflow.md
View file @
b6662c2a
...
@@ -8,30 +8,45 @@ document more information about using branches to work together.
...
@@ -8,30 +8,45 @@ document more information about using branches to work together.
## Creating a fork
## Creating a fork
In order to create a fork of a project, all you need to do is click on
Forking a project is in most cases a two-step process.
the fork button located on the top right side of the screen, close to
the project's URL and right next to the stars button.
![
Fork button
](
forking/fork_button.png
)
Once you do that you'll be presented with a screen where you can choose
1.
Click on the fork button located in the middle of the page or a project's
the namespace to fork to. Only namespaces (groups and your own
home page right next to the stars button.
namespace) where you have write access to, will be shown. Click on the
namespace to create your fork there.
![
Groups view
](
forking/groups.png
)
![Fork button](img/forking_workflow_fork_button.png)
---
1.
Once you do that, you'll be presented with a screen where you can choose
the namespace to fork to. Only namespaces (groups and your own
namespace) where you have write access to, will be shown. Click on the
namespace to create your fork there.
![Choose namespace](img/forking_workflow_choose_namespace.png)
---
**Note:**
If the namespace you chose to fork the project to has another project with
the same path name, you will be presented with a warning that the forking
could not be completed. Try to resolve the error and repeat the forking
process.
![Path taken error](img/forking_workflow_path_taken_error.png)
---
After the forking is done, you can start working on the newly created
After the forking is done, you can start working on the newly created
repository. There you will have full
repository. There, you will have full
[
Owner
](
../permissions/permissions.md
)
[
Owner
](
../permissions/permissions.md
)
access, so you can set it up as
access, so you can set it up as you please.
you please.
## Merging upstream
## Merging upstream
Once you are ready to send your code back to the main project, you need
Once you are ready to send your code back to the main project, you need
to create a merge request. Choose your forked project's main branch as
to create a merge request. Choose your forked project's main branch as
the source and the original project's main branch as the destination and
the source and the original project's main branch as the destination and
create the
merge request
.
create the
[
merge request
](
merge_requests.md
)
.
![
Selecting branches
](
forking/branch_select.png
)
![
Selecting branches
](
forking/branch_select.png
)
...
...
doc/workflow/img/forking_workflow_choose_namespace.png
0 → 100644
View file @
b6662c2a
68.8 KB
doc/workflow/img/forking_workflow_fork_button.png
0 → 100644
View file @
b6662c2a
25.8 KB
doc/workflow/img/forking_workflow_path_taken_error.png
0 → 100644
View file @
b6662c2a
21.9 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment