gitconfig: add git prinfo
alias
This commit is contained in:
parent
f673e521a8
commit
ba39e3f3be
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue