This project allows to import TFS Projects to Bitbucket repository, anyway, it is easy to use github too.
- git-tf
- git bash for windows (or another bash)
-
Edit file 'executor.sh', changing
./downProjectTfs.sh {ProjectName} {ServerAddress}/{Collection}to your params, for example:./downProjectTfs.sh AmazingProject http://server-tfs2010:8080/tfs/AmazingCollection(and add new projects to download as many as you want to). -
Edit file 'upRepositoryGit.sh', changing the values of
{user-bitbucket},{password-bitbucket}and{team-bitbucket}to your own. -
Save files and execute
./executor.shin your bash. After you download all your projects, execute./upRepositoryGit.shto create a repository and push your code.