-
Status changed to merged
-
mentioned in commit 4ba92120df8d629a2ebc3090dad4e16e0977d976
-
2. 秒杀 等级卡显示 购买返回 3. 参团分享图
Step 1. Update the repo and checkout the branch we are going to merge
git fetch origin git checkout -b dev origin/dev
Step 2. Merge the branch and push the changes to GitLab
git checkout test git merge --no-ff dev git push origin test
mentioned in commit 4ba92120df8d629a2ebc3090dad4e16e0977d976
2. 秒杀 等级卡显示 购买返回 3. 参团分享图