合并
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 develop_interview git merge --no-ff dev git push origin develop_interview
mentioned in commit c6f9353043ae7048121178b91419691b06f397e6