TYW-2025-00001变更
原程序水温指针在相应103-105度水温CAN信号时立即判断,会导致CAN信号在103-105之间跳动时水温指针也随之转动 改为,水温指针增加判断水温CAN信号后两秒在转动五征DG01软件变更申请单20241216_1_.docx
原程序水温指针在相应103-105度水温CAN信号时立即判断,会导致CAN信号在103-105之间跳动时水温指针也随之转动 改为,水温指针增加判断水温CAN信号后两秒在转动五征DG01软件变更申请单20241216_1_.docx
Step 1. Fetch and check out the branch for this merge request
git fetch origin git checkout -b dev-1 origin/dev-1
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 dev-1
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.
This will create a new commit in order to revert the existing changes.