Sort git branch output by descending committer date

This commit is contained in:
Kenneth Benzie 2024-01-30 13:54:00 +00:00
parent 7fb360690d
commit 8a3b86753a

3
config
View File

@ -52,6 +52,9 @@
[init] [init]
defaultBranch = main defaultBranch = main
[branch]
sort = -committerdate
[fetch] [fetch]
prune = true prune = true