git branch # 直接查看本地有哪些分支
git branch -a # 查看远程有哪些分支 # 等效于 git branch --all
git remote update origin --prune