global/git: sort branches by commit date
This commit is contained in:
parent
fb073ae827
commit
ede7137eec
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
||||||
init.defaultBranch = "master";
|
init.defaultBranch = "master";
|
||||||
status.showUntrackedFiles = "all";
|
status.showUntrackedFiles = "all";
|
||||||
push.autoSetupRemote = true;
|
push.autoSetupRemote = true;
|
||||||
|
branch.sort = "-committerdate";
|
||||||
};
|
};
|
||||||
|
|
||||||
aliases = {
|
aliases = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue