mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-04-01 01:47:25 +02:00
minimal: Git improvements
This commit is contained in:
parent
311286d61d
commit
9c14afd250
1 changed files with 8 additions and 0 deletions
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue