I have a need to add a few files from a very large project that I'm a coworker on to Git (or some other version control system), so that I can work on them and make commits as I go along. I typically only work on a few (1-2) files at a time, but they are usually scattered in various subdirectories in the project.
Would this be possible (and practical) using Git? As I don't have access and control over the entire project, making a repo out of the entire project is not possible. I'm working on Windows 10.