-
mentioned in commit 67d5963189c18312963847956c4c66acecbe647f
-
Status changed to merged
-
mentioned in commit 3ba985b52b4ca04398f136c921ac50ddd98b8dfc
started a discussion on commit
0ce9c52a
Step 1. Update the repo and checkout the branch we are going to merge
git fetch origin git checkout -b dev origin/dev
Step 2. Merge the branch and push the changes to GitLab
git checkout test git merge --no-ff dev git push origin test
mentioned in commit 67d5963189c18312963847956c4c66acecbe647f
mentioned in commit 3ba985b52b4ca04398f136c921ac50ddd98b8dfc
This reverts commit 0ce9c52abb67b5a9c207f8eb8ba46e3f735f7650.