git切换分支提交到主分支

1.在dev分支首先切换到主分支 git checkout master
2.git branch 检查下是否切换成功
3.git merge dev 把dev分支合并到主分支

你可能感兴趣的:(git切换分支提交到主分支)