feat(git): sort branches by date
This commit is contained in:
parent
a02296760a
commit
6360113229
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@ _: {
|
||||||
};
|
};
|
||||||
|
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
|
branch = {
|
||||||
|
sort = "-committerdate";
|
||||||
|
};
|
||||||
|
|
||||||
init = {
|
init = {
|
||||||
defaultBranch = "master";
|
defaultBranch = "master";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue