Skip to content

Commit 061ac79

Browse files
committed
Rename workflow to feature branch flow and add better desciption of workflow category.
1 parent c6e2485 commit 061ac79

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- [Public access](public_access/public_access.md) Learn how you can allow public and internal access to projects.
1010
- [SSH](ssh/README.md) Setup your ssh keys and deploy keys for secure access to your projects.
1111
- [Web hooks](web_hooks/web_hooks.md) Let GitLab notify you when new code has been pushed to your project.
12-
- [Workflow](workflow/README.md) Learn how to get the maximum out of GitLab.
12+
- [Workflow](workflow/README.md) Using GitLab functionality and importing projects from GitHub and SVN.
1313

1414
## Administrator documentation
1515

doc/workflow/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Workflow
22

3-
- [Workflow](workflow.md)
3+
- [Feature branch workflow](workflow.md)
44
- [Project Features](project_features.md)
55
- [Authorization for merge requests](authorization_for_merge_requests.md)
66
- [Groups](groups.md)

doc/workflow/workflow.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Workflow
1+
# Feature branch workflow
22

33
1. Clone project:
44

0 commit comments

Comments
 (0)