How To Clone Only Single Folder Using GIT ?
/Main
/Parent1
/Child
/Child2
/Parent2
/Child
/Child2
I only want to clone /Child2 of /Parent2 (i.e /Main/Parent2/Child2). Is it possible with Git ?I did that using SVN and it worked, but somehow in git it is not possible (or am I missing something ?)