global/git: sort branches by commit date

This commit is contained in:
Infinidoge 2024-02-21 10:18:15 -05:00
parent fb073ae827
commit ede7137eec
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -13,6 +13,7 @@
init.defaultBranch = "master";
status.showUntrackedFiles = "all";
push.autoSetupRemote = true;
branch.sort = "-committerdate";
};
aliases = {