git: Set fetch.prune globally

Automatically delete remote tracking local branches that have been
removed from remote. This makes pruning references part of our
normal work flow.

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2020-09-18 11:32:05 +05:30
parent d8fc9facec
commit 61d5759407
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@
smtpserver = /usr/bin/msmtp
[http]
sslVerify = false
[fetch]
prune = true
[merge]
tool = vimdiff
conflictstyle = diff3