-
Status changed to merged
-
mentioned in commit 600328569fd66483af04bedba6945e116a663228
-
mentioned in commit 1636c838352c5ef4d227fd83d64c325eabbebe70
-
2.同时 在程序重新进入的时候,默认门店不显示的bug
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 600328569fd66483af04bedba6945e116a663228
mentioned in commit 1636c838352c5ef4d227fd83d64c325eabbebe70
2.同时 在程序重新进入的时候,默认门店不显示的bug