How to modify committer after git commit?
我想大声告诉你
我想大声告诉你 2017-05-02 09:47:14
0
3
921

Similar to modifying the author there is

git commit --amend --author="name <email>"

How to modify the committer

Thanks

我想大声告诉你
我想大声告诉你

reply all(3)
为情所困

git commit --amend --reset-author

我想大声告诉你

http://stackoverflow.com/ques...

左手右手慢动作
GIT_COMMITTER_NAME=xxx GIT_COMMITTER_EMAIL=yyy git commit --amend

It seems that it can only be specified through environment variables (or configuration files), not through command line options.

Why do you want to change the committer? Want to deceive someone?

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template