We have two repositories, 1. source repository 2. target repository When a commit comes in the source repository, I need to change the author name and author email then push to the target repository.
I have tried the solution from this link but it seems to alter all the commits. I just need to change the latest ones only.
In the target repository, I need the commits with changed author name and email. After a particular commit reference.