Enable git rebase.autostash

This commit is contained in:
Chandler Swift 2024-11-06 02:01:28 -06:00
parent cdc6b0cb2a
commit a367be6426
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F

View file

@ -202,6 +202,7 @@
url."ssh://git@github.com/ChandlerSwift/".insteadOf = "gh:"; url."ssh://git@github.com/ChandlerSwift/".insteadOf = "gh:";
push.autoSetupRemote = true; push.autoSetupRemote = true;
rebase.autosquash = true; rebase.autosquash = true;
rebase.autostash = true;
fetch.parallel = 0; # "some reasonable default" fetch.parallel = 0; # "some reasonable default"
}; };
ignores = [ ignores = [