git-config: add fetch.prune true
This commit is contained in:
parent
02f733c2a2
commit
b7a3312db0
|
|
@ -17,6 +17,8 @@
|
||||||
push-u = "!git push -u origin $(git branch-name)"
|
push-u = "!git push -u origin $(git branch-name)"
|
||||||
push-temp = "!git push -f origin $(git branch-name):refs/temp/$(git branch-name)"
|
push-temp = "!git push -f origin $(git branch-name):refs/temp/$(git branch-name)"
|
||||||
push-delete-temp = "!git push origin :refs/temp/$(git branch-name)"
|
push-delete-temp = "!git push origin :refs/temp/$(git branch-name)"
|
||||||
|
[fetch]
|
||||||
|
prune = true
|
||||||
[push]
|
[push]
|
||||||
default = upstream
|
default = upstream
|
||||||
autoSetupRemote = true
|
autoSetupRemote = true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue