Hi all,
Yes, I'm working under ubuntu, but this is rather not OS-specific, that's why I'm asking it here in "The Cafe".
I migrated from svn to bitbucket/git repository recently and would like to clone repository just partially.
It's easy in svn, but does not work in bitbucket/git for me.

So, to do it in svn, I just use /root/subfolder1/subfolder2 path.
Now, how do I perform the same in bitbucket/git if my url is https://bitbucket.example.com/project1/repository.git ?
Tried something like https://bitbucket.example.com/projec...er1/subfolder2 but it does not work.
Please advise.