1.修改能量回收休眠唤醒后,保持上一状态
2.修改软件版本号 3.上传确认的证据和代码检查 4.软件变更记录 5.上传完整版和bin
2.修改软件版本号 3.上传确认的证据和代码检查 4.软件变更记录 5.上传完整版和bin
Step 1. Fetch and check out the branch for this merge request
git fetch origin git checkout -b shihao origin/shihao
Step 2. Review the changes locally
Step 3. Merge the branch and fix any conflicts that come up
git fetch origin git checkout origin/dev git merge --no-ff shihao
Step 4. Push the result of the merge to GitLab
git push origin dev
Note that pushing to GitLab requires write access to this repository.
Tip: You can also checkout merge requests locally by following these guidelines.