Simone B.
Results
1
comments of
Simone B.
You can try with "sparse-checkout" For example if you want to download only "Electrical Parts/Batteries" folder: `git clone --filter=blob:none --no-checkout https://github.com/FreeCAD/FreeCAD-library.git` `cd FreeCAD-library` `git sparse-checkout set 'Electrical Parts'/Batteries`