Created
January 28, 2015 20:43
-
-
Save algonzalez/dc426670a91510166a74 to your computer and use it in GitHub Desktop.
Using Git-TF to clone a project from TFS to Git
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rem Git-TF can be found here https://gittf.codeplex.com/ | |
rem call "{path to git-tf}\git-tf help clone" for available command options | |
{path to git-tf}\git-tf clone {project collection URL} {project path to be cloned} {target directory for clone} --deep --no-tag | |
rem example: | |
rem git-tf clone http://tfs:8080/tfs/DefaultCollection $/some_project c:\dev\some_project.git --deep --no-tag | |
rem ----- | |
rem alternative: see https://github.com/git-tfs/git-tfs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cd some_project
git log