-
Status changed to merged
-
mentioned in commit 4ab8b280fb514d17cd8539fc0309af108afa5344
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 4ab8b280fb514d17cd8539fc0309af108afa5344
Dev See merge request !589
Dev See merge request !588
2. 会员首页的脚本错误纠正