Yes, this is a git repo. git locally downloads the complete repo, and you can push it to another remote.
A git repo . . ref on remotes .
vsonline , , git . . ( github). vsonline, , ( , ).
- (proj == repo):
https://{acctname}.visualstudio.com/DefaultCollection/_git/{projname}
, :
https://{acctname}.visualstudio.com/DefaultCollection/{projname}/_git/{reponame}
:
git remote add vsonline {urlHere}
vsonline, git push {remoteName} {branch}
git push vsonline master
. .
vsonline , ( )