BigW Consortium Gitlab

README.md 2.39 KB
Newer Older
1 2
# Workflow

3
- [Automatic issue closing](../user/project/issues/automatic_issue_closing.md)
4
- [Change your time zone](timezone.md)
5
- [Cycle Analytics](../user/project/cycle_analytics.md)
6
- [Description templates](../user/project/description_templates.md)
7 8 9
- [Feature branch workflow](workflow.md)
- [GitLab Flow](gitlab_flow.md)
- [Groups](groups.md)
10 11 12
- Issues - The GitLab Issue Tracker is an advanced and complete tool for
  tracking the evolution of a new idea or the process of solving a problem.
  - [Confidential issues](../user/project/issues/confidential_issues.md)
13
  - [Due date for issues](../user/project/issues/due_dates.md)
14
- [Issue Board](../user/project/issue_board.md)
15
- [Keyboard shortcuts](shortcuts.md)
16
- [File finder](file_finder.md)
17
- [Labels](../user/project/labels.md)
18
- [Notification emails](notifications.md)
19 20
- [Project Features](project_features.md)
- [Project forking workflow](forking_workflow.md)
karen Carias committed
21
- [Project users](add-user/add-user.md)
22
- [Protected branches](../user/project/protected_branches.md)
23
- [Slash commands](../user/project/slash_commands.md)
24 25
- [Sharing a project with a group](share_with_group.md)
- [Share projects with other groups](share_projects_with_other_groups.md)
26
- [Time tracking](time_tracking.md)
27
- [Web Editor](../user/project/repository/web_editor.md)
28
- [Releases](releases.md)
29
- [Milestones](milestones.md)
30
- [Merge Requests](../user/project/merge_requests/index.md)
31 32
  - [Authorization for merge requests](../user/project/merge_requests/authorization_for_merge_requests.md)
  - [Cherry-pick changes](../user/project/merge_requests/cherry_pick_changes.md)
33
  - [Merge when pipeline succeeds](../user/project/merge_requests/merge_when_pipeline_succeeds.md)
34 35 36 37 38
  - [Resolve discussion comments in merge requests reviews](../user/project/merge_requests/merge_request_discussion_resolution.md)
  - [Resolve merge conflicts in the UI](../user/project/merge_requests/resolve_conflicts.md)
  - [Revert changes in the UI](../user/project/merge_requests/revert_changes.md)
  - [Merge requests versions](../user/project/merge_requests/versions.md)
  - ["Work In Progress" merge requests](../user/project/merge_requests/work_in_progress_merge_requests.md)
39
- [Manage large binaries with Git LFS](lfs/manage_large_binaries_with_git_lfs.md)
40
- [Importing from SVN, GitHub, Bitbucket, etc](importing/README.md)
41
- [Todos](todos.md)
42
- [Snippets](../user/snippets.md)
43
- [Subgroups](../user/group/subgroups/index.md)