-
Status changed to merged
-
mentioned in commit e34c4693b9c4b3b55e00111c58c081e3c26dad28
-
秒杀预热。但是会员不满足阶梯的plus条件,要已普通购买 See merge request !919
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 e34c4693b9c4b3b55e00111c58c081e3c26dad28
秒杀预热。但是会员不满足阶梯的plus条件,要已普通购买 See merge request !919