Commit ba382c0e authored by Mike Jang's avatar Mike Jang

Merge branch 'mjang-linux-migration-tfvc-git' into 'master'

Include UNIX-only procedure for TFVC to Git migration

Closes #25609

See merge request gitlab-org/gitlab!35541
parents 2c162e7e 9b9e4d87
......@@ -41,6 +41,14 @@ Advantages of migrating to Git/GitLab:
## How to migrate
The best option to migrate from TFVC to Git is to use the [`git-tfs`](https://github.com/git-tfs/git-tfs)
tool. Read the [Migrate TFS to Git](https://github.com/git-tfs/git-tfs/blob/master/doc/usecases/migrate_tfs_to_git.md)
guide for more details.
Migration options from TFVC to Git depend on your operating system.
- If you're migrating on Microsoft Windows:
Use the [`git-tfs`](https://github.com/git-tfs/git-tfs)
tool.
Read the [Migrate TFS to Git](https://github.com/git-tfs/git-tfs/blob/master/doc/usecases/migrate_tfs_to_git.md) guide for details.
- If you're on a Unix-based system:
Follow the procedures described with this [TFVC to Git migration tool](https://github.com/turbo/gtfotfs).
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment