From b32817bf581347de31d7950ee3f50c81bb76761e Mon Sep 17 00:00:00 2001 From: traxys Date: Tue, 27 Feb 2024 15:35:27 +0100 Subject: [PATCH] minimal: Support fixup commits --- minimal/hm.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/minimal/hm.nix b/minimal/hm.nix index 5618821..ea7359c 100644 --- a/minimal/hm.nix +++ b/minimal/hm.nix @@ -127,6 +127,7 @@ enabled = true; autoUpdate = true; }; + rebase.autosquash = true; branch.sort = "-committerdate"; column.ui = "auto"; diff = { @@ -140,6 +141,7 @@ aliases = { fpush = "push --force-with-lease"; ri = "rebase -i"; + fix = "commit --fixup"; amend = "commit --amend"; }; };