Feb 26, 2010 at 3:37 PM
Edited Mar 2, 2010 at 1:50 PM
|
I started to use tfc with git. First rename tfc.exe to git-tfc.exe and then copy git-tfc.exe to C:\Program Files\Git\libexec\git-core or C:\Program Files (x86)\Git\libexec\git-core
Now you can use it from git bash:
$ git init aat
$ cd aat
$ git tfc co https://tfs08.codeplex.com $/aat
$ git add .
$ git commit -m "get from codeplex"
.....
$ git tfc status
$ git tfc commit
It runs faster and smoother than using git-svn with svnBridge against codeplex.com. It also works with my own TFS 2010, like this:
$ git tfc co http://mytfsserver:8080/tfs/defaultcollection '$/test project/Source'.
Pretty cool! I will continue to explorer it more ... What do you think?
|