-
mentioned in commit d8e0da0c0fe51da144be1cb80e79c4405b2d1d40
-
Status changed to merged
-
秒杀的普通购买的时候,库存的判断 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 master git merge --no-ff test git push origin master
mentioned in commit d8e0da0c0fe51da144be1cb80e79c4405b2d1d40
秒杀的普通购买的时候,库存的判断 See merge request !1148