minimal: Support fixup commits

This commit is contained in:
traxys 2024-02-27 15:35:27 +01:00
parent 6b8d6e9c63
commit b32817bf58

View file

@ -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";
};
};