Do you have any plans to add support for sparse checkout?
Something like this |cd <parentdir> git clone -n <url> cd <repo_dir> git remote add –f <name> <url> git config core.sparsecheckout true echo /<foldername>/ >> .git/info/sparse-checkout git checkout <tagname> (Credit goes to : http://stackoverflow.com/questions/15827117/git-sparse-checkout-for-simple-web-deployment ) | -------- What about subtrees? -------- Nice work!