浏览代码

feat(git): Automatic prune of remote branches in git configuration

Emmanuel Bouthenot 1 月之前
父节点
当前提交
1f4eb55960
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      tools/git/.gitconfig

+ 3 - 0
tools/git/.gitconfig

@@ -30,6 +30,9 @@
     changed = bold red
     untracked = white
 
+[fetch]
+    prune = true
+
 [merge]
     tool = vimdiff