I have a git repo where I just wanted a specific folder, not the entire repo, cloned to one of my virtual machines. Git doesn’t handle this straightforwardly, but thanks to this article I found there is a roundabout way of doing it., by combining a git sparse checkout and a git shallow checkout. Below … Continue reading git checkout only specific directory from repo
The post git checkout only specific directory from repo appeared first on Technicus.