-
Status changed to merged
-
mentioned in commit 6543f8b6b1754393abde3623ef777a5157107f13
-
2. 助力小程序也先要授权注册
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 test git merge --no-ff dev git push origin test
mentioned in commit 6543f8b6b1754393abde3623ef777a5157107f13
2. 助力小程序也先要授权注册