feat(git): sort branches by commit date
This commit is contained in:
parent
d229371421
commit
a131d538c8
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
|||
extraConfig = {
|
||||
core.editor = "nvim";
|
||||
core.pager = "less -FX";
|
||||
branch.sort = "-committerdate";
|
||||
|
||||
diff.ignoreSubmodules = "none";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue