-
Status changed to merged
-
mentioned in commit 538ff0ab6b763cba9c61bddde3b8e0ad97ca1a83
-
积分购切换的时候的优化,普通购买的时候 See merge request !1164
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 538ff0ab6b763cba9c61bddde3b8e0ad97ca1a83
积分购切换的时候的优化,普通购买的时候 See merge request !1164