-
mentioned in commit 31514e6672999d523f17c796c6a91d78829cad2a
-
Status changed to merged
-
预售退款成功后的修改 See merge request !812
Step 1. Update the repo and checkout the branch we are going to merge
git fetch origin git checkout -b test origin/test
Step 2. Merge the branch and push the changes to GitLab
git checkout qa git merge --no-ff test git push origin qa
mentioned in commit 31514e6672999d523f17c796c6a91d78829cad2a
预售退款成功后的修改 See merge request !812