git: cl convenience alias for blobless clone
This commit is contained in:
parent
f053d78928
commit
5eb5968f3e
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ rebase = true
|
|||
|
||||
[alias]
|
||||
b = branch -va
|
||||
cl = clone --filter=blob:none
|
||||
d = diff --stat -p -C
|
||||
ds = diff --staged --stat -p -C
|
||||
du = !"git --no-pager diff --stat -p -C --color=always"
|
||||
|
|
Loading…
Reference in a new issue