diff options
author | Martin Fischer <martin@push-f.com> | 2025-03-16 08:19:23 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-03-17 06:31:12 +0100 |
commit | 01d329723f68f7828208be20accd6b5c3912536a (patch) | |
tree | bfb472ae4b966b7c085c3ca38dced060fbdc2bc5 | |
parent | 88e14742113f47a8e022e9cb9fe4b6aa4e446898 (diff) |
tweak(user/git): add br alias and sort branches by committerdate
-rw-r--r-- | user/git/config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/user/git/config b/user/git/config index 01ebc18..f779a68 100644 --- a/user/git/config +++ b/user/git/config @@ -3,7 +3,11 @@ email = martin@push-f.com name = Martin Fischer [alias] +br = branch l = log --pretty='%an %ad %h %s %C(auto)%d' --date=format:'%a %d.%m.%Y %R' --topo-order +[branch] +sort = -committerdate + [push] autoSetupRemote = true |