Question 311:
Most of the project code in your organization was stored in Team Foundation Version Control (TFVC). You migrated all the code to GitHub’s cloud platform, where your team members can easily access it from anywhere. You made a clone of the project in a temporary repository ‘testCompanyRepo’. You also prepared a CSV file ‘map_authors.csv’ for mapping authors from the TFVC repository to a name and an email address in GitHub. Choose the git command to update the authors and branches using the CSV file.
Answer options:
A.$ git-import-detect --authors /PATH/map_authors.csv /PATH/ testCompanyRepo.git B.$git-import-rewrite --flavor tfs --authors /PATH/map_authors.csv /PATH/ testCompanyRepo.git C.$ git-import-tfs-raw --authors /PATH/map_authors.csv /PATH/ testCompanyRepo.git D.$git-import-detect --flavor tfs --authors /PATH/map_authors.csv /PATH/ testCompanyRepo.git