git reset --hard origin/develop
删除本地分支:$ git branch -d <BranchName> //error: The branch is not fully merged $ git branch -D <BranchName> 删除远程分支:$ git push origin --delete <BranchName>