Sort git branches by committer date

master
Jordan Atwood 3 months ago
parent 6c47489ade
commit 63b8afbeb9
Signed by: nightfirecat
GPG Key ID: 615A619C2D73A6DF
  1. 2
      src/.gitconfig

@ -40,6 +40,8 @@
sur = submodule update --recursive sur = submodule update --recursive
[apply] [apply]
whitespace = fix whitespace = fix
[branch]
sort = -committerdate
[color] [color]
branch = auto branch = auto
diff = auto diff = auto

Loading…
Cancel
Save