Add git alias 'git ll'
This commit is contained in:
parent
3978f21a01
commit
15e1cfae71
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
cp = cherry-pick
|
||||
st = status
|
||||
l = log -10 --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %Cblue%an <%ae>%Creset'
|
||||
ll = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %Cblue%an <%ae>%Creset'
|
||||
logadog = log --all --decorate --oneline --graph
|
||||
chlog = log --no-merges --oneline --stat @{1}..
|
||||
df = diff --word-diff=color
|
||||
|
|
Loading…
Add table
Reference in a new issue