-
Status changed to merged
-
mentioned in commit a0d8a07d53c090096d739ed07d646f7ec3b19f85
-
2. 赠品要和商品一起算物流配送方式
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 a0d8a07d53c090096d739ed07d646f7ec3b19f85
2. 赠品要和商品一起算物流配送方式