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:

  1. Create a central git repository using git-tfs
  2. Have each developer clone the central repo, pull from, and push to it
  3. And then only update tfs from the central repo?

Thanks!

link|improve this question

50% accept rate
feedback

1 Answer

Create a central git repository using git-tfs

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.

link|improve this answer
Ok, sure. But I really meant the strategy of having only the central repo(s) git-tfs to tfs. – tpdi Jan 14 at 0:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.