mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-12-25 20:54:34 +00:00
Add loog (long log) git alias
This commit is contained in:
parent
2ac4840117
commit
29159b9fb3
|
@ -59,6 +59,7 @@
|
|||
lp = "log --patch"
|
||||
lo = "log --pretty=oneline --abbrev-commit --graph"
|
||||
lg = "log --all --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --"
|
||||
loog = "log --format=fuller --show-signature --all --color --decorate --graph"
|
||||
|
||||
make-patch = "diff --no-prefix --relative"
|
||||
|
||||
|
|
Loading…
Reference in a new issue