git: always prune when fetching
- Id
- 449f6bdd099082cbc1cca1ddbed7361eee07243a
- Author
- Caio
- Commit time
- 2023-02-16T18:05:02+01:00
Modified gitconfig
defaultBranch = main
[pull]
rebase = true
+[fetch]
+ prune = true