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!
The can be dangerous, as TFS has a central repository with everything in it.
The resulting git repo can end up being a huge one (not easy to clone around)
I would recommend making several
git-tfs
in order to create several smaller Git repos.