I’m a newbie to Git. I’m exploring one-way one-time migration of Git repository to TFS (with history). I’m looking into plugin git-tfs. I couldn’t find any help/wiki/blog on this particular scenario. Can I use git-tfs checkin or git-tfs clone command in this case? Any examples would be great!! Thank you!!
I’m a newbie to Git. I’m exploring one-way one-time migration of Git repository to
Share
I was able to do it on test repository. Big thanks to Ivan Danilov. Here are exact steps:
Please note rebase is the key. It could be more complicated if you have branches etc and I haven’t tried those scenarios.
Please see this link and this link for more details.