I am trying to clone a project from TFS using git-tfs tool.
git tfs clone http://aserver:8080/tfs.... $//ABC/Proj1
Result is a folder with empty git repository which contains history of commits but there are no source code files in it and none of the commits contains diff.
Am I wrong expecting to have a directory with source code plus a git repo with commits history with diffs? What can be done to get achieve this result?
Thank you