There is a project, newstart.
The files in it are as follows
test1
test2
LICENSE
README.md
git clone https://github.com/someone/ne... /tmp/newstart
will pull all four files.
test1
test2
LICENSE
README.md
Now I want to get only the test1 folder and all the things in it. Is there any way to do it?
Requires git1.7 or above