1

Microsoft has introduced git support for Team Foundation Service.

Is it possible to use Git on an On-Premise Team Foundation Server 2012 instance?

DaveShaw
  • 52,123
  • 16
  • 112
  • 141
Luka
  • 4,075
  • 3
  • 35
  • 61
  • Try researching this a little. http://stackoverflow.com/q/1687883/291641 for a local link or search google for git-tfs and git-tf. – patthoyts Feb 22 '13 at 09:38
  • this is not what I want! this is using git (third party) and syncing it to tfs. What I want is: Microsoft has introduced git support on Visual studio 2012 Update 2 and TFS2012 services (which are cloud tfs services). So Is it possible to use LOCAL (non cloud) TFS 2012 git repository? – Luka Feb 22 '13 at 10:55

1 Answers1

3

This will be available in TFS 2013.

From Brian Harry's Blog Post on the subject:

Under the heading When is it shipping?

Team Foundation Server – Our plan is to include Git support in the next major release of TFS. No date has yet been announced.

DaveShaw
  • 52,123
  • 16
  • 112
  • 141