-
Status changed to merged
-
mentioned in commit af61bdeb8d930374fc16b7567ca7ed83760e258e
-
mentioned in commit 02c07a9f4714c8d31a646fa408a5fa12bd390b62
-
秒杀的普通购买的时候,库存的判断 See merge request !1148
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 af61bdeb8d930374fc16b7567ca7ed83760e258e
mentioned in commit 02c07a9f4714c8d31a646fa408a5fa12bd390b62
秒杀的普通购买的时候,库存的判断 See merge request !1148