Git checkout only specific sub folder or sub module

Posted on September 22, 2022 in git • Tagged with GIT

Git - How to checkout only specific subfolder from the github

Often we just need to clone/download a subfolder/submodule from a bit repo Example : https://github.com/eugenp/tutorials - This is very big repo with lot of subdirectories

This project has 100's of submodule , however if you are just …


Continue reading