-
Status changed to merged
-
mentioned in commit 2ec4b83ac4839be1b7d55c5025ec720c250f390b
-
This reverts commit 6fd8da0a4345867615d9252c9908ac4aa0617088.
-
# Conflicts: # packageA/pages/goodsInfo/goodsInfo.js
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 2ec4b83ac4839be1b7d55c5025ec720c250f390b
This reverts commit 6fd8da0a4345867615d9252c9908ac4aa0617088.
# Conflicts: # packageA/pages/goodsInfo/goodsInfo.js