We have a Perforce repository and we later switched to Git. Still we have a release branch that is in perforce and now, I need to apply some of the git commits to the perforce branch.
According to what I have read, it seems this can be done by doing a git diff, creating a patch and then applying to the perforce code base. But, I have seen any concrete example. Could anyone help me on this? Thanks.