git 命令行同步远程已删除的分支

2023-01-04

使用 git branch -a 可以查看本地分支和远程所有分支

运用命令同步删除

git remote prune origin