Manage GIT and Perforce at the same time

I have a strange requirement that I want to manage our code base on both GIT and perforce. This suggests the same code, but with slight differences. Minor differences from build scripts (ant).

Is there a better way to handle this?

I am currently using DiffMerge to navigate from PERFORCE -> GIT. This will not work for a longer period, as it is very tedious and requires a lot of manual work to resolve files.

I wonder if anyone got into similar problems and found better solutions. If this question has already been asked, view the link. thanks in advance

+4
source share
1 answer

According to your statement about the problem, you can check out git swarm (I'm not sure about that, but please take a look)

+2
source

All Articles