I need to merge changes from a remote tfs repository branch into a git repository branch.
Cloning would create a whole new git repository, which I don't want. I want to merge into an existing git repository.
Clarification:
- A couple of weeks ago, a colleague cloned 2 TFS repositories: RepoA, RepoB
- That colleague left the company.
- We decided we wanted a single repository, so I merged RepoA into RepoB as described here: Merge two Git repositories without breaking file history
- Since then, all development teams have been using RepoB, except one.
- One team continued to develop and commit into the TFS repository.
- Now we want to get that final team to start using Git; we need to merge their work since the original clone (tfs-RepoA) into the Git repository (RepoB)