summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2021-02-01 14:28:53 +0100
committerTobias Klauser <tklauser@distanz.ch>2021-02-01 14:28:53 +0100
commit23dc54c4ca6972d72e1f7635009127bc9da83e75 (patch)
tree6724d0ad31dbf15682bf2371c9be821205878c7f /.gitconfig
parentd454a0e9edc8aaac6bbcc2c661a76a98a527f684 (diff)
.gitconfig: set remote.origin.prune true
This will prune remote branches upon fetch/pull.
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index e8fd249..a4f6125 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -59,6 +59,9 @@
[grep]
lineNumber = true
+[remote "origin"]
+ prune = true
+
[sendemail]
suppresscc = self
bcc = Tobias Klauser <tklauser@distanz.ch>