本地merge 服务器build:
git checkout master
git push origin master
git checkout prod
git merge origin master
git tag b0927
git push b0927
git push origin prod
同步master 代码到prod分支
wukong_ui 下两个项目 merge 错了。。 修改
//返回到b0913 tag
git reset --hard b0913
//单独 check bpi 文件夹
git cherry-pick master -- bpi