diff options
-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 |