ソースを参照

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