合并支付通知
Step 1. Update the repo and checkout the branch we are going to merge
git fetch origin git checkout -b master origin/master
Step 2. Merge the branch and push the changes to GitLab
git checkout qa1.0 git merge --no-ff master git push origin qa1.0
Changes were not merged into target branch