How to push master to QA branch in GIT

1.  git branch -d QA
2.  git branch QA master
3.  git checkout QA
4.  git push origin QA(if push error, use git pull origin QA, and then git push)git

相关文章
相关标签/搜索