Skip to content

Commit 70cd2bb

Browse files
2 parents eb72030 + 0a09b17 commit 70cd2bb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/git/migrate-from-tfvc-to-git.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,7 @@ on the [TFVC Import tool](/azure/devops/git/import-from-tfvc):
3434
[GitFlow](http://nvie.com/posts/a-successful-git-branching-model/)
3535
or [GitHub Flow](https://guides.github.com/introduction/flow/index.html).
3636
2. A “tip migration”, importing only the latest version of the source
37-
code, is suggested. You can opt to migrate some history, up to 180
38-
days, so that your team doesn’t need to refer back to TFVC as often,
39-
but [this is discouraged](centralized-to-git.md) unless your history is
40-
very simple.
37+
code, is suggested. If your TFVC history is simple, you can opt to migrate some history, up to 180 days, so that your team can work only out of Git. For more information, see [Plan your migration to Git](centralized-to-git.md).
4138
3. You do not have binary assets like images, scientific data sets, or
4239
game models in your repository. These assets should use the Git LFS
4340
(Large File Support) extension, which the import tool does not

0 commit comments

Comments
 (0)