Migrate from tfs to git on visualstudio.com
azure-devops, git, tfs
Solution
Got it working, correct command is to use `https` without project name after DefaultCollection here for example:
git-tfs clone --username=mumair85 --password=xxxx https://mumair85.visualstudio.com/DefaultCollection $/uGen
Problem
I have a remote repository on visualstudio.com (a free account) but its on tfs, and I want to move it to git for visualstudio.com Has anyone tried this yet? I found this tutorial: http://gitstack.com/how-to-migrate-from-tfs-to-git/ But in that there is a command `git tfs clone http://tfs:8080/tfs/DefaultCollection $/TeamProject/git_folder` which copies from tfs to another folder and converts to git. How can I create a separate (git) folder in remote visualstudio.com server? Also when doing this will it ask for my Windows Live id to authenticate or is there any command-line command?