mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-04-22 04:11:33 +02:00
minimal: Add update refs
This commit is contained in:
parent
a30b733453
commit
839c2a741c
1 changed files with 4 additions and 1 deletions
|
|
@ -133,7 +133,10 @@
|
|||
enabled = true;
|
||||
autoUpdate = true;
|
||||
};
|
||||
rebase.autosquash = true;
|
||||
rebase = {
|
||||
autosquash = true;
|
||||
updateRefs = true;
|
||||
};
|
||||
branch.sort = "-committerdate";
|
||||
column.ui = "auto";
|
||||
diff = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue