git checkout 20191211_5070_1
git pull --no-edit origin 20191211_5070_1
git merge dev
# npm run lint
# npm run build
git add .
git commit -m 'deploy release'
git push origin 20191211_5070_1
git checkout dev