feat(git): sort branches by date

This commit is contained in:
buffet 2024-02-01 15:37:29 +01:00
parent a02296760a
commit 6360113229

View file

@ -23,6 +23,10 @@ _: {
};
extraConfig = {
branch = {
sort = "-committerdate";
};
init = {
defaultBranch = "master";
};