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:
parent
bc89989bbb
commit
fb480c73c5
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user