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 & $/MyCompany/Release-3.3. Release-3.3 originates from the Dev branch. Both are checked out as different git repositories using git tfs.
I'd like to re-incorporate the changes back into the Dev branch. Can this be achieved with git-tfs
or will I have to resort to trying to do it using TFS tools?