diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2021-02-20 21:07:35 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2021-02-20 21:07:35 +0100 |
commit | 22f6dbb9340b6ae5acc94422cfe65414e1b40b6d (patch) | |
tree | 67e9c70a3ba6a70f0c5f3bcaaa989cb0baa2c5dd | |
parent | 0cf20e74e3a4e626f3757e99554a16e21fa5a1b7 (diff) |
.gitconfig: globally set fetch.prune = true
-rw-r--r-- | .gitconfig | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -48,6 +48,9 @@ [color "diff"] whitespace = red reverse +[fetch] + prune = true + [push] default = matching |