Is there a way to do sparse checkout with Lib2GitSharp?
I used this question (2nd answer) as a reference, executed it manually with git bash and it worked.
The problem is that in this answer the command 'git pull origin master' is executed, and in the Lib2GitSharp I wasn't able to find an exact equivalent (Repository.Pull() does not do the trick..)