minimal: Git improvements

This commit is contained in:
traxys 2024-02-16 10:05:26 +01:00
parent 311286d61d
commit 9c14afd250

View file

@ -118,10 +118,17 @@
excludes = ''
.cache
.patches
compile_commands.json
'';
extraConfig = {
rerere = {
enabled = true;
autoUpdate = true;
};
branch.sort = "-committerdate";
column.ui = "auto";
diff = {
algorithm = "histogram";
};
@ -131,6 +138,7 @@
};
aliases = {
fpush = "push --force-with-lease";
ri = "rebase -i";
amend = "commit --amend";
};