-
Added 2 commits:
- 4a428c7e - 幸运购修改4
- 55d2a0bb - Merge branch 'dev' of http://git.vipzhuang.cn/wxd/MShopWeApp into dev
-
Status changed to closed
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
Changes were not merged into target branch