1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 11:07:44 +00:00

Update refs when rebasing properly

This commit is contained in:
RGBCube 2024-03-20 15:55:47 +03:00
parent 984ae81e50
commit 45efed900e
No known key found for this signature in database

View file

@ -109,6 +109,7 @@
rebase.autoSquash = true; rebase.autoSquash = true;
rebase.autoStash = true; rebase.autoStash = true;
rebase.updateRefs = true;
rerere.enabled = true; rerere.enabled = true;
fetch.fsckObjects = true; fetch.fsckObjects = true;