1. git branch -d QA2. git branch QA master3. git checkout QA4. git push origin QA(if push error, use git pull origin QA, and then git push)