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 diffFilter = diff-highlight
[commit] [commit]
gpgsign = true gpgsign = true
[fetch]
prune = true
[push] [push]
default = upstream default = upstream
[pull] [pull]
rebase = true rebase = true
prune = true
[rebase] [rebase]
autoStash = true autoStash = true
[log] [log]