Skip to content
Snippets Groups Projects
Commit cc778b0a authored by Sid Sijbrandij's avatar Sid Sijbrandij
Browse files

Merge branch 'gitlab-flow' into 'master'

Gitlab flow

This article describes the best practices we use at GitLab B.V.
This is still a draft, please comment and submit improvements.

See merge request !176
parents 2ebd2d41 15f01b6a
No related branches found
No related tags found
No related merge requests found
Showing
with 277 additions and 1 deletion
Loading
Loading
@@ -61,7 +61,7 @@ If you can, please submit a merge request with the fix or improvements including
1. Fork the project on GitLab Cloud
1. Create a feature branch
1. Write [tests](README.md#run-the-tests) and code
1. Add your changes to the [CHANGELOG](CHANGELOG)
1. Add your changes to the [CHANGELOG](CHANGELOG) insert your line at a [random point](doc/workflow/gitlab_flow.md#do-not-order-commits-with-rebase) in the current version
1. If you are changing the README, some documentation or other things which have no effect on the tests, add `[ci skip]` somewhere in the commit message
1. If you have multiple commits please combine them into one commit by [squashing them](http://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)
1. Push the commit to your fork
Loading
Loading
Loading
Loading
@@ -3,3 +3,4 @@
- [Authorization for merge requests](authorization_for_merge_requests.md)
- [Groups](groups.md)
- [Labels](labels.md)
- [GitLab Flow](gitlab_flow.md)
doc/workflow/ci_mr.png

39.1 KiB

doc/workflow/close_issue_mr.png

143 KiB

doc/workflow/environment_branches.png

39.3 KiB

doc/workflow/git_pull.png

163 KiB

doc/workflow/github_flow.png

20.1 KiB

This diff is collapsed.
doc/workflow/good_commit.png

27.8 KiB

doc/workflow/merge_commits.png

40.5 KiB

doc/workflow/merge_request.png

166 KiB

doc/workflow/mr_inline_comments.png

189 KiB

doc/workflow/production_branch.png

21.2 KiB

doc/workflow/rebase.png

120 KiB

doc/workflow/release_branches.png

43.1 KiB

doc/workflow/remove_checkbox.png

21.8 KiB

doc/workflow/voting_slider.png

5.2 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment