diff --git a/.gitconfig b/.gitconfig index db14c5c..a71e159 100644 --- a/.gitconfig +++ b/.gitconfig @@ -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