Hello everyone!
When I clone a repo via SourceTree's own gui, all the large binaries get downloaded automatically without any warning. I don't think this is meant to work like this because immediately afterward I received a prompt saying ~"do you want to download the LFS files?".... except SourceTree already did! All of them! LFS should be disabled by default if you ask me. Only when the user explicitly runs git lfs pull the large files should be downloaded.
GIT_LFS_SKIP_SMUDGE=1 git clone https://github.com/FooBar/Baz
OR there should be a checkmark when cloning asking you whether you want to download LFS or not... Thank you in advance!