Parcourir la source

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

Emmanuel Bouthenot il y a 1 mois
Parent
commit
1f4eb55960
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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