git-config: add fetch.prune true

This commit is contained in:
Benjamin 2023-02-05 01:01:23 +01:00
parent 02f733c2a2
commit b7a3312db0

View file

@ -17,6 +17,8 @@
push-u = "!git push -u origin $(git branch-name)"
push-temp = "!git push -f origin $(git branch-name):refs/temp/$(git branch-name)"
push-delete-temp = "!git push origin :refs/temp/$(git branch-name)"
[fetch]
prune = true
[push]
default = upstream
autoSetupRemote = true