問題:遠端分支删除後,如何删除之前拉取的本地分支? 答案: git fetch -p git remote show origin 可以檢視remote位址,遠端分支,還有本地分支與之相對應關系等資訊。使用git remote prune origin删除所有遠端已經删除本地仍然存在的分支