...
git tfs clone http://tfsprod:8080/tfs/Marine%20Safety/ $/MPDIS-SDDPM_Scrum/DEVELOPMENT/MPDIS-SDDPM c:\tmp\migration\mpdis
Warning |
---|
If your codebase in TFS has sensitive information (eg. passwords), do not include them in your Azure Devops repository. Remove them from the codebase, check the changed files back into TFS and then be sure to clone the latest only. If you clone all history (as in step #9), the passwords will still be available in the repo history. If you really need to keep the history then you'll have to do something like: How-to Remove Sensitive Info from a GIT \ Azure DevOps respository. |
9. or Run following command to clone all histroy history from TFS for all branches. For example: MPDIS-SDDPM
...