Skip to content

Commit

Permalink
git: set git branch to sort by authordate
Browse files Browse the repository at this point in the history
New option as of 2.19.0
  • Loading branch information
itspriddle committed Sep 12, 2018
1 parent 77ba43d commit 9cda488
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
new = green bold
whitespace = red reverse

[branch]
sort = -authordate

[push]
default = current

Expand Down

0 comments on commit 9cda488

Please sign in to comment.