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