mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Git fsckObjects all the time
This commit is contained in:
parent
27fdc16996
commit
e710f25b16
1 changed files with 4 additions and 0 deletions
|
@ -101,6 +101,10 @@
|
|||
rebase.autoSquash = true;
|
||||
rebase.autoStash = true;
|
||||
|
||||
fetch.fsckObjects = true;
|
||||
receive.fsckObjects = true;
|
||||
transfer.fsckobjects = true;
|
||||
|
||||
# https://bernsteinbear.com/git
|
||||
alias.recent = "! git branch --sort=-committerdate --format=\"%(committerdate:relative)%09%(refname:short)\" | head -10";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue