From ba39e3f3be0fb2dcca69c66ecb6fdcc26be68584 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sun, 11 Apr 2021 08:12:25 +0200 Subject: [PATCH] gitconfig: add `git prinfo` alias --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index 67f0ba4..48991ca 100755 --- a/.gitconfig +++ b/.gitconfig @@ -8,6 +8,7 @@ [alias] hist = log --graph --abbrev-commit --decorate --format=format:'%C(red)%h%C(reset) - %C(green)(%ar)%C(reset) %C(reset)%s %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' -32 + prinfo = log --graph --abbrev-commit --decorate --format=format:'%C(red)%h%C(reset) - %C(reset)%s %C(dim white)- %an%C(reset)' main... logs = log --show-signature pfusch = push --force-with-lease