oh-my-git/levels/blob-create/win

4 lines
137 B
Plaintext
Raw Normal View History

2020-09-10 12:03:46 +02:00
BLOB_COUNT=$(git cat-file --batch-check='%(objectname) %(objecttype)' --batch-all-objects | grep blob | wc -l)
test "$BLOB_COUNT" -gt 2