feat: fetch --prune by default

This commit is contained in:
David JULIEN 2021-03-11 02:06:53 +01:00
parent 8ddcf5b6c2
commit 9d85f4d3f8
1 changed files with 2 additions and 0 deletions

View File

@ -9,3 +9,5 @@
lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(bold white)- %an%C(reset)' --all
[gpg]
program = gpg2
[fetch]
prune = true