-
Status changed to merged
-
mentioned in commit 51b0fdafdee6750056dc5e5a3a5f89205266afcc
-
优惠券的优化, 一开始要显示过期的券的数量,不要点击了在显示 See merge request !265
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 51b0fdafdee6750056dc5e5a3a5f89205266afcc
优惠券的优化, 一开始要显示过期的券的数量,不要点击了在显示 See merge request !265