Add sum/summary alias to git
This commit is contained in:
parent
76d71adfa8
commit
9b47b43325
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@
|
|||
l1 = log --pretty=oneline
|
||||
last = log -1 HEAD --pretty=fuller --stat
|
||||
lastmail = format-patch --stdout -1 HEAD
|
||||
sum = log --compact-summary
|
||||
summary = log --compact-summary
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
|
|
Loading…
Reference in a new issue