Update git lg alias to show author
This commit is contained in:
parent
13cd5a7a43
commit
aaa95377bf
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
dc = diff --cached
|
dc = diff --cached
|
||||||
dn = diff --name-only --relative
|
dn = diff --name-only --relative
|
||||||
dw = diff --word-diff
|
dw = diff --word-diff
|
||||||
lg = log --oneline --graph --decorate
|
lg = log --graph --decorate --pretty='%C(auto)%h%d %s | %C(cyan)%an'
|
||||||
rb = rebase
|
rb = rebase
|
||||||
root = rev-parse --show-toplevel
|
root = rev-parse --show-toplevel
|
||||||
s = status
|
s = status
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue