The working way to sparse checkout using git bash is:
git clone \ --depth 1 \ --filter=blob:none \ --sparse \ \ cd test-git-partial-clone git sparse-checkout set js How do we sparse checkout this same code using Tortoise Git - Git clone tool? I am getting unknown options error while running this command.
11 Answer
As of version 2.13 sparse checkout is not supported, yet.
