I am currently working as follows :
- We have a TFS branch - let's call it TFS-Master.
- We have a git-tfs cloned repository of TFS-Master.
- I have pushed this repository to github.
Up until now, people have been working from my github repository quite happily. I've been syncing us up with the TFS repo when required, and all has been well.
However, for whatever reason, other people would like the honour of keeping the git repo up to date with TFS and vice versa.
How do I add the git-tfs tracking (well, whatever you might call the ability to push / pull from tfs) to a repository cloned off of the github repository?