1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-07-13 02:40:15 +00:00

automatically use autosquash for rebase

This commit is contained in:
Noah Masur
2024-02-28 07:55:03 -05:00
parent 8babcf342b
commit 7f60d88f30

@ -33,6 +33,7 @@ in {
pull = { ff = "only"; };
push = { autoSetupRemote = "true"; };
init = { defaultBranch = "master"; };
rebase = { autosquash = "true"; };
};
ignores = [ ".direnv/**" "result" ];
includes = [{