After creating a git repository (repo1) using GIT Bash by pulling a project from TFS2012 server 'A', I am trying to configure a project on another TFS2012 server 'B' using below command from repo1 directory as explained here:
git tf configure http://localmachine:8080/tfs/DefaultCollection $/PersonalSite/repo1
But below error is displaying:
ERROR:
git-tf: nothing to configure. please specify an option to configure
I have tried googling this error, but can't find much help.
Note: Ultimately I need to checkin to TFS2012 server 'B' for changes to persist.
Can you please help with resolving this error? Thanks