Git and Team Foundation Server

2019-01-10 16:30发布

Update: I don't use TFS anymore. But from the comments I can see that git-tfs is obviously the way to go nowadays.

Has anybody experience using Git as an offline solution for Team Foundation Server?

For Subversion you could use git-svn to keep a private repository with a svn backend.

I tried to use SvnBridge and git-svn to work with TFS. At first it looked promising but Visual Studio recognizes the solution as being under TFS version control and interferes during commit.

Are there other ways to combine those two?

标签: git tfs
9条回答
霸刀☆藐视天下
2楼-- · 2019-01-10 17:03

A new offering from Microsoft: Git-tf

Announcement: Announcing Git Integration with TFS

Download: here

Source (CodePlex): here

查看更多
男人必须洒脱
3楼-- · 2019-01-10 17:03

I agree with Matt Burke said, I think http://git-tfs.com is your choice. But there some drawback:

  • you have to commit 2 times, once in VS and once in Git console

  • if you want to link a changeset to some item, you have to do learn more about git-tfs statement (rcheckin,...)

查看更多
Fickle 薄情
4楼-- · 2019-01-10 17:09

TFS supports git now: tfs news git support

查看更多
登录 后发表回答