I'd like to move my team from using TFS for version control, to git.
Is there any reason I shouldn't do the following:
- Create a central git repository using git-tfs
- Have each developer clone the central repo, pull from, and push to it
- And then only update tfs from the central repo?
Thanks!