We have folder structure in tfs repository MISC like this:-
Test1(sub-Folder1)->
Test1Solution.txt
Test2(sub-Folder2)
Test3(sub-Folder2.1)
Test3Solution.txt
Test4 (sub-Folder2.1.1)
And we want to migrate Test1 and Test3 folders to a single git repository in azure devops with history.
i tried to do it using git-tf but failed to do
Could someone help me please