git: cl convenience alias for blobless clone

This commit is contained in:
Daniel Lundin 2021-12-20 12:07:04 +01:00
parent f053d78928
commit 5eb5968f3e

View file

@ -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"