机械手v1.1 code review
该mr只是用来做代码review,无效真正合并或者关闭,当代码review流程走完平台会自动关闭该mr
该mr只是用来做代码review,无效真正合并或者关闭,当代码review流程走完平台会自动关闭该mr
Step 1. Fetch and check out the branch for this merge request
git fetch origin git checkout -b feature/202308304882_robotArmV1.1 origin/feature/202308304882_robotArmV1.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/release/1695027985977_robotArmV1.1_codeReview git merge --no-ff feature/202308304882_robotArmV1.1
Step 4. Push the result of the merge to GitLab
git push origin release/1695027985977_robotArmV1.1_codeReview
Note that pushing to GitLab requires write access to this repository.
Tip: You can also checkout merge requests locally by following these guidelines.