查看所有分支 git branch -a 刪除遠(yuǎn)程分支 git branch -r -d origin/branch-name 將改變推送到遠(yuǎn)程 git push origin :branch-name