Git命令如何删除不需要的分支

在Git中,如何利用git branch命令查看当前仓库中已有的分支,利用git branch -d命令删除不必要的分支。

Git删除分支git命令