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 = {
|
extraConfig = {
|
||||||
core.editor = "nvim";
|
core.editor = "nvim";
|
||||||
core.pager = "less -FX";
|
core.pager = "less -FX";
|
||||||
|
branch.sort = "-committerdate";
|
||||||
|
|
||||||
diff.ignoreSubmodules = "none";
|
diff.ignoreSubmodules = "none";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue