diff options
Diffstat (limited to 'doc/user/workflow/README.md')
-rw-r--r-- | doc/user/workflow/README.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/user/workflow/README.md b/doc/user/workflow/README.md new file mode 100644 index 00000000000..9efe41308dc --- /dev/null +++ b/doc/user/workflow/README.md @@ -0,0 +1,28 @@ +# Workflow + +- [Authorization for merge requests](authorization_for_merge_requests.md) +- [Change your time zone](timezone.md) +- [Feature branch workflow](workflow.md) +- [GitLab Flow](gitlab_flow.md) +- [Groups](groups.md) +- [Keyboard shortcuts](shortcuts.md) +- [File finder](file_finder.md) +- [Labels](labels.md) +- [Notification emails](notifications.md) +- [Project Features](project_features.md) +- [Project forking workflow](forking_workflow.md) +- [Project users](add-user/add-user.md) +- [Protected branches](protected_branches.md) +- [Sharing a project with a group](share_with_group.md) +- [Share projects with other groups](share_projects_with_other_groups.md) +- [Web Editor](web_editor.md) +- [Releases](releases.md) +- [Milestones](milestones.md) +- [Merge Requests](merge_requests.md) +- [Revert changes](revert_changes.md) +- [Cherry-pick changes](cherry_pick_changes.md) +- ["Work In Progress" Merge Requests](wip_merge_requests.md) +- [Merge When Build Succeeds](merge_when_build_succeeds.md) +- [Manage large binaries with Git LFS](lfs/manage_large_binaries_with_git_lfs.md) +- [Importing from SVN, GitHub, BitBucket, etc](importing/README.md) +- [Todos](todos.md) |