git branch
# git branch --all git branch -a
# --prune 会清理本地的在远程已删除的分支 git remote update origin --prune