你可以使用以下命令来删除本地未跟踪的远程分支:
git remote prune origin
这个命令会从本地仓库中删除已经不存在于远程仓库中的分支。关键词git remote prune和origin需要用高亮颜色来标记。
git remote prune
origin