Monday 21 November 2016

Migrating from TFS to Git

Ok, so I want to migrate my TFS source code to a Git repository but I don't want to lose any history - how do I do it? Git-tf will do the job quite nicely and this blog post does a decent job of explaining it: https://chriskirby.net/blog/migrate-an-existing-project-from-tfs-to-github-with-changeset-history-intact

Only thing to keep in mind is that Git-tf uses Java so that will need to be installed first.

Happy days!

No comments:

Post a Comment