I have committed some files with wrong author name, when I saw with git config -l
, it is sawing some other user details and my files were committed under those user details.
Now I want to change author name from existing commit.
I got some POST with ans but they are providing solution which will replace the auther from all commits.
I want to change author from some specific commits only.