Currently trying to copy a local git repository to my 2013 TFS server.
When I try to use this command:
git tf configure http://ip:8080/tfs/collection%20name/ $/project
I get the error:
git-tf: 'http://ip:8080/tfs/collection%20name/' is not a valid URL
The TFS collection name contains a space but as far as I know you can replace it with %20 and it should work.