We have a Perforce repository, and we later switched to Git. However, we have a release branch that is valid, and now I need to apply some of git to bind to the perforce branch.
According to what I read, it seems like this can be done by doing git diff, creating a patch, and then applying it to the perforce database. But I saw a concrete example. Can someone help me with this? Thanks.
user5448022
source
share