mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-04-03 02:47:28 +02:00
minimal: Support fixup commits
This commit is contained in:
parent
6b8d6e9c63
commit
b32817bf58
1 changed files with 2 additions and 0 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue