When rebasing, default to autostash unstaged changes

main
Bo Jeanes 2024-07-29 13:31:33 +10:00
parent c569a2cb38
commit ab56277a21
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -258,6 +258,7 @@
autosetuprebase = "local";
};
rebase.autostash = true;
pull.rebase = true;
push.default = "current";
remote.pushDefault = "origin";