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

相關文章
相關標籤/搜索