-
Status changed to merged
-
mentioned in commit c60491ed10efd873574abadcfd3e2e95290d6530
-
但是再添加了商品的时候,门店不能更换
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 c60491ed10efd873574abadcfd3e2e95290d6530
但是再添加了商品的时候,门店不能更换