git 分支的那点事 MutexSemaphore 2020-06-11 128 阅读1分钟 删除本地分支git branch -d <BranchName>更新远程分支git remote update查看哪些远程分支需要清理git remote prune <BranchName> --dry-run清理已经失效远程分支git remote prune <BranchName>