Gitlab Workflow

Andre Pratama
MeetU Engineering
Published in
1 min readApr 3, 2018
  1. Creating an Issues

sometime we have an idea to improve our work, then we can add that idea to the issues in gitlab

2. Making a merge request

after finishing the issues, we create a merge request to add our work to the master branch (or other branch before merge into the master)

3. Getting feedback

then everyone in the project can see the merge request, and they can give a feedback. maybe something that you missed in your work or some comment.

4. Merging

if everythings okey, then Merge your project.

Sumber : https://about.gitlab.com/2016/10/25/gitlab-workflow-an-overview/#gitlab-workflow

--

--