-
Status changed to merged
-
mentioned in commit 91082289c5eb582f2416581ec60d07db36d89882
Step 1. Update the repo and checkout the branch we are going to merge
git fetch origin git checkout -b master origin/master
Step 2. Merge the branch and push the changes to GitLab
git checkout remote_work git merge --no-ff master git push origin remote_work
mentioned in commit 91082289c5eb582f2416581ec60d07db36d89882