I have a Git repository named "test" inside which I have four files and sub-directory named "test2".
So the path would be /test2/file.txt
I would like to pull (remotely) just the sub-directory with all of its content (/test2/file.txt) without cloning "test". Is this possible?