-
Status changed to merged
-
mentioned in commit 4800b5d201f7b1c2e92c7b1e2a253a4a0bb7e7ea
-
2. 再进入购物车的时候,要把赠品清理掉 3. 在选择的时候也要先清理赠品
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 4800b5d201f7b1c2e92c7b1e2a253a4a0bb7e7ea
2. 再进入购物车的时候,要把赠品清理掉 3. 在选择的时候也要先清理赠品