caio.co/de/dotfiles

git: always prune when fetching

Id
449f6bdd099082cbc1cca1ddbed7361eee07243a
Author
Caio
Commit time
2023-02-16T18:05:02+01:00

Modified gitconfig

@@ -68,3 +68,5
defaultBranch = main
[pull]
rebase = true
+[fetch]
+ prune = true