Git : Enable autostash.

This commit is contained in:
Dmitry Voronin 2024-03-03 20:43:44 +03:00
parent 035fbdfd00
commit 8cac05efb4

View file

@ -6,6 +6,7 @@
init.defaultBranch = "main";
pull.rebase = true;
push.autoSetupRemote = true;
rebase.autoStash = true;
};
};
}