git-tfs can I clone all branches but skip the history?
问题 I want to migrate a project from TFVC to Git. I want to keep the different branches but I dont need each history. Can it be done? I tried git tfs quick-clone -branches=all but I only fetches one branch 回答1: If you want to work with tfs branches, you should clone one of the root branches. After you perform git push, all branches will be pushed to Git team projects. Generally, the following steps would achieve your goal: git-tfs clone http://tfsserver:8080/tfs/CollectionName/ $/teamproject