-
Status changed to merged
-
mentioned in commit aa56208ee7b64d0d7630a3f3713b6911455ec91e
-
购物车购买修改, 商品无库存显示,首页二维码 See merge request !28
Step 1. Update the repo and checkout the branch we are going to merge
git fetch origin git checkout -b test origin/test
Step 2. Merge the branch and push the changes to GitLab
git checkout qa git merge --no-ff test git push origin qa
mentioned in commit aa56208ee7b64d0d7630a3f3713b6911455ec91e
购物车购买修改, 商品无库存显示,首页二维码 See merge request !28