gitconfig: add `git prinfo` alias

This commit is contained in:
Franzi 2021-04-11 08:12:25 +02:00
parent f673e521a8
commit ba39e3f3be
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
1 changed files with 1 additions and 0 deletions

View File

@ -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