2024-01-11
Git Clone Without Lfs

lfs download is mandatory while doing git clone

skip with:

1
2
env GIT_LFS_SKIP_SMUDGE=1 git clone --filter=blob:none <repo_url>

Read More