How can I migrate all source code from one Visual Studio Team Services project to another?
If you just need to migrate the code, then simply Git clone and push to another remote. See here to do that with Git command line: https://stackoverflow.com/a/10312587/383029