I want to change in my last commit "Committer" field (please note that it not the same field as "Author"). When I use git --amend --author, it changed just "Author" field. How can I do this?
Asked
Active
Viewed 33 times
0
-
Do you mean the _committer_ field? – 1615903 May 18 '17 at 06:31
-
@1615903, yes, Commiter, not Author. – andrey.shedko May 18 '17 at 06:32
-
1Solutions here: https://stackoverflow.com/questions/750172/change-the-author-and-committer-name-and-e-mail-of-multiple-commits-in-git can be applied, just remove the parts that touch author if you need to. – 1615903 May 18 '17 at 06:35
-
@1615903, thanks a lot! – andrey.shedko May 18 '17 at 06:47