From 3c94870c01f792571a10dbc1c23bfde30d33c303 Mon Sep 17 00:00:00 2001 From: Mactavish <maczhanchao@yahoo.com> Date: Fri, 21 Apr 2023 13:20:51 +0200 Subject: [PATCH] update --- git.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git.md b/git.md index f086ef4..810ab9e 100644 --- a/git.md +++ b/git.md @@ -410,6 +410,8 @@ Here is a simple workflow with pull request that you and your team can follow:  +Since we are using GitLab, you can read the documentation [here](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html) and learn how to create merge requests on GitLab. + ## Common Misconceptions ### Github/Gitlab/etc. != Git -- GitLab