Fix 'git l' (aliased to 'gl') mapping which was not working
This commit is contained in:
parent
307cc6e812
commit
d7325f1470
@ -39,8 +39,7 @@
|
||||
last = diff HEAD^ # diff last committed change
|
||||
|
||||
# log
|
||||
log = log --decorate --graph --date=short
|
||||
l = log
|
||||
l = log --graph --date=short
|
||||
changes = log --pretty=format:\"%h %cr %cn %Cgreen%s%Creset\" --name-status
|
||||
short = log --pretty=format:\"%h %cr %cn %Cgreen%s%Creset\"
|
||||
changelog = log --pretty=format:\" * %s\"
|
||||
|
Loading…
Reference in New Issue
Block a user