-
mentioned in commit c6f9353043ae7048121178b91419691b06f397e6
-
Status changed to merged
Changes view for this comparison is extremely large.
You can download it instead.
合并
Step 1. Update the repo and checkout the branch we are going to merge
git fetch origin git checkout -b dev origin/dev
Step 2. Merge the branch and push the changes to GitLab
git checkout develop_interview git merge --no-ff dev git push origin develop_interview
mentioned in commit c6f9353043ae7048121178b91419691b06f397e6
You can download it instead.