I created a new Team Project on Visual Studio Online that I have connected to in Visual Studio 2013. Using the IDE, I cloned a local Git repo (that was pulled down from GitH
The answer marked as correct doesn't appear to be correct. To push an existing local repo to a VSO repo involves following:
git remote add origin https://
This assumes you've already created
in VS Online as a new team project using Git as the source control strategy.