2.设置中切换系统记扣提示文字更改。 3.图像验证码增加占位图。
Step 1. Fetch and check out the branch for this merge request
git fetch origin git checkout -b 3.8.9 origin/3.8.9
Step 2. Review the changes locally
Step 3. Merge the branch and fix any conflicts that come up
git checkout 3.9.2 git merge --no-ff 3.8.9
Step 4. Push the result of the merge to GitLab
git push origin 3.9.2
Note that pushing to GitLab requires write access to this repository.
Tip: You can also checkout merge requests locally by following these guidelines.