I work in a TFS shop. That is, all our code, all our builds, everything is managed in TFS.
I work offsite, developing on multiple independent machines, on networks that are not connected to our main development network.
To this end, I have started using Git to manage my work between these multiple machines, and then push/sync things up to the TFS repository when necessary.
I started out, by just creating a git repository in my TFS workspace, and that just works.
BUT, this doesn't work with a couple peers who have similar workflows, who'd like to share my git repository.
I have seen this nearly identically worded question title: Using GIT and TFS together The main answer points to a tool: git-tf that is EOL, which may have been what I wanted, but I'm not interested in an EOL tool.
I've seen this article: https://learn.microsoft.com/en-us/azure/devops/release-notes/2017/mar-29-team-services#import-repositories-from-tfvc-to-git But I don't want to change the TFS repository to a GIT repository. I want them to co-mingle.
Is there a way to accomplish this?