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