Is it possible with git hosted on Bitbucket to have a directory inside a git repo to be a subrepo with own access rights?
I am currently working with subversion where this is the case and want to switch to GitHub.
How can I isolate small projects within a huge codebase in order to work with freelancers that only see and work on that particular code which lives in a directory of that project?