-
Status changed to merged
-
mentioned in commit 8359f947f36e501cbbf0bb2f2dbd6f4a37d34a36
-
优化加载功能 See merge request !53
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 8359f947f36e501cbbf0bb2f2dbd6f4a37d34a36
优化加载功能 See merge request !53