- 
Status changed to merged 
- 
mentioned in commit ca3f48fdb893abea5ef9cf554efc8d3e9224822a 
- 
时间显示错误的问题 See merge request !57 
 后端研发-徐国强
后端研发-徐国强 
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 ca3f48fdb893abea5ef9cf554efc8d3e9224822a
时间显示错误的问题 See merge request !57