I am migrating to from TFS to Git and using Git-tfs. I have managed to download the source code from the TFS Server for all branches.
The main branch ($/Project/Main) is fine and works but one of the branch (fs) that was created off the main does not have all the check-ins. I did try a git-tfs pull but no luck.
The problem branch has this history.
- c180 - Branched from $/Project/A
- c181 - Deleted the branch
- c182 - Branched from $/Project/Main
The branch fs only have up-to c180 - Branched from $/Project/A and nothing after this. The command I ran:
git tfs clone tfs:8080/tfs/DefaultCollection $/Project/fs
Is there a way or a workaround to pull the rest of the commits on the branch fs.?
Please advise?