feat(git): sort branches by commit date

This commit is contained in:
Michael Mandl 2025-02-26 08:17:31 +01:00
parent d229371421
commit a131d538c8
Signed by: mandlm
GPG key ID: 088ED38F036C7AF2

View file

@ -28,6 +28,7 @@
extraConfig = {
core.editor = "nvim";
core.pager = "less -FX";
branch.sort = "-committerdate";
diff.ignoreSubmodules = "none";