Merged
Merge Request #20
·
created by
·
Hotfix/req2021091500003 2021.9.15
Request to merge
hotfix/REQ2021091500003-2021.9.15
into
develop
Step 1. Fetch and check out the branch for this merge request
git fetch origin git checkout -b hotfix/REQ2021091500003-2021.9.15 origin/hotfix/REQ2021091500003-2021.9.15
Step 2. Review the changes locally
Step 3. Merge the branch and fix any conflicts that come up
git checkout develop git merge --no-ff hotfix/REQ2021091500003-2021.9.15
Step 4. Push the result of the merge to GitLab
git push origin develop
Note that pushing to GitLab requires write access to this repository.