diff --git a/.config/gitconfig b/.config/gitconfig index 5e1497b..772b148 100644 --- a/.config/gitconfig +++ b/.config/gitconfig @@ -32,6 +32,12 @@ diff = diffr | less -FRX [pull] rebase = true +[transfer] + fsckobjects = true +[fetch] + fsckobjects = true +[receive] + fsckobjects = true [rebase] autosquash = true [tig]