Merge two TFS branches with git tfs

后端 未结 3 1737
难免孤独
难免孤独 2021-02-05 14:51

I\'m using git-tfs, and I was wondering if it is possible to merge two TFS branches using git-tfs. I have two branches $/MyCompany/Dev & $/MyCompan

3条回答
  •  野的像风
    2021-02-05 15:19

    I'm not a git-tfs user, but I have done this with git-svn in the past (which I believe has a similar approach). I think your main issue is that you have two repos. If you add both remote branches to the same git repo, you should then be able to do a local merge, do a local commit and then push that commit to TFS.

    HTH

提交回复
热议问题