1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

git: prune deleted branches on fetch/pull

This commit is contained in:
Joe Groocock 2020-03-21 22:42:22 +00:00
parent bc89989bbb
commit fb480c73c5
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -10,10 +10,13 @@
diffFilter = diff-highlight
[commit]
gpgsign = true
[fetch]
prune = true
[push]
default = upstream
[pull]
rebase = true
prune = true
[rebase]
autoStash = true
[log]