How can I push my existing Git repository to Team Foundation Service

前端 未结 6 1024
终归单人心
终归单人心 2020-12-01 07:31

Microsoft now has support for Git repositories on their Team Foundation Service. I have an account on Team Foundation Service, and I\'d like to push my existing Git reposito

6条回答
  •  隐瞒了意图╮
    2020-12-01 07:48

    Okay, I was apparently overcomplicating this. Here's what I did.

    1. Created a new project in TFService
    2. Connected to that project in Visual Studio
    3. Cloned that project in Visual Studio
    4. git pull c:\source\oldGitProject

    That was it, it pulled all of the changes from the old location, and I could push that up to TFService easily.

提交回复
热议问题