diff --git a/modules/common/shell/git.nix b/modules/common/shell/git.nix index 2eb777b..f23608f 100644 --- a/modules/common/shell/git.nix +++ b/modules/common/shell/git.nix @@ -33,6 +33,7 @@ in { pull = { ff = "only"; }; push = { autoSetupRemote = "true"; }; init = { defaultBranch = "master"; }; + rebase = { autosquash = "true"; }; }; ignores = [ ".direnv/**" "result" ]; includes = [{