本地分支机构很整洁,但所有远程分支机构仍然存在......有什么建议吗?

Local branches are tidy, but all the remote branches are still there... Any suggestions?

我一直很高兴通过 "gitflow" 中的 "finish feature" 选项在本地合并分支...这也会删除该分支的本地版本。我刚刚意识到这些分支的所有远程副本仍在运行并且 运行.

我应该在远程合并分支而不是删除它们吗?

在远程推送 master 应该足以拥有那些分支 'merged'。

然后您可以使用 git push <remote> :<branch> 删除远程副本。