制作" git远程修剪[remoteName]"还修剪非跟踪分支机构?

时间:2017-02-16 14:34:02

标签: git

git remote prune [remoteName]是一个非常方便的命令,它将修剪不再位于远程服务器上的本地跟踪分支。但是,有没有办法让git同时修剪相关的本地分支?因此,如果它已修剪origin/feature1origin/feature2,我怎样才能让它同时修剪feature1feature2

1 个答案:

答案 0 :(得分:0)

我认为您的问题已在此评论中得到解答: What are the differences between git remote prune, git prune, git fetch --prune, etc