git 分支合并到dev或qa上打包

版权声明:如需转载,请注明出处 https://blog.csdn.net/zr15829039341/article/details/83009406

在开发的分支feature上 git pull

git checkout server/qa          或者   git checkout server/dev

git pull

git merge feature                  合并到qa/dev上 解决冲突

npm run build

git add .

git commit -m 'build,merge'

git push

猜你喜欢

转载自blog.csdn.net/zr15829039341/article/details/83009406
今日推荐