From 29617a00b99b629344e0d8ba8349637b0fdb7eb2 Mon Sep 17 00:00:00 2001 From: Mike Beattie Date: Tue, 29 May 2018 20:54:01 +1200 Subject: GIT: Add aliases for nicer log output Signed-off-by: Mike Beattie --- .gitconfig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitconfig diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..db56610 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,3 @@ +[alias] + ll = !git --no-pager log --format=\"%C(auto)%h%C(green)%>(12,trunc) %ar%C(cyan)%>(12,trunc) %aN%C(auto)%d% s\" --all --graph + lll = !git --no-pager log --format=\"%C(auto)%h %ad (%C(green)%>(12,trunc)%ar%C(reset)) %C(cyan)%>(12,trunc)%aN%C(auto)%d% s\" --all --graph -- cgit v1.2.3