-
Status changed to merged
-
mentioned in commit 6332c657d15db4a3ff39d72150deb81aba73cf16
Step 1. Update the repo and checkout the branch we are going to merge
git fetch origin git checkout -b qa origin/qa
Step 2. Merge the branch and push the changes to GitLab
git checkout master git merge --no-ff qa git push origin master
mentioned in commit 6332c657d15db4a3ff39d72150deb81aba73cf16
Dev See merge request !841
Dev See merge request !840
秒杀规则优化 See merge request !839