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
Okay, I was apparently overcomplicating this. Here's what I did.
git pull c:\source\oldGitProjectThat was it, it pulled all of the changes from the old location, and I could push that up to TFService easily.