首頁 > 問答 > 主體
類似於修改author有
git commit --amend --author="name <email>"
committer改如何修改呢
Thanks
为情所困2017-05-02 09:49:14
git commit --amend --reset-author
我想大声告诉你2017-05-02 09:49:14
http://stackoverflow.com/ques...
ringa_lee2017-05-02 09:49:14
GIT_COMMITTER_NAME=xxx GIT_COMMITTER_EMAIL=yyy git commit --amend
看起來只能透過環境變數(或設定檔)指定,而不能透過命令列選項指定。
為什麼要改 committer 呢?想要騙人麼?