I want to subscribe(clone) repository from GitLab to my local workspace, but not all project of respective repository. Example:-
InsuraceRepository
|
-----PNC Insurance
|
------Non-PNC Insurance
But I want to clone only PNC insurance Project. When I use clone url it's clone both project. I am using JGit API for cloning project from GitLab.
Thanks