git: add prettylog alias
This commit is contained in:
parent
ff4628ed58
commit
121d95ae68
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
# vim: set ft=gitconfig:
|
||||
[alias]
|
||||
prettylog = !"f() { git log --color=always --abbrev-commit --date=relative --pretty='format:%C(blue)%ae|%C(green)%ad|%C(reset)%s%C(auto)%d' \"${@}\" -- | column -t -s '|'; }; f"
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[push]
|
||||
|
|
Loading…
Add table
Reference in a new issue