diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2021-02-01 14:28:53 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2021-02-01 14:28:53 +0100 |
commit | 23dc54c4ca6972d72e1f7635009127bc9da83e75 (patch) | |
tree | 6724d0ad31dbf15682bf2371c9be821205878c7f /.gitconfig | |
parent | d454a0e9edc8aaac6bbcc2c661a76a98a527f684 (diff) |
.gitconfig: set remote.origin.prune true
This will prune remote branches upon fetch/pull.
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -59,6 +59,9 @@ [grep] lineNumber = true +[remote "origin"] + prune = true + [sendemail] suppresscc = self bcc = Tobias Klauser <tklauser@distanz.ch> |