類似於修改author有
git commit --amend --author="name <email>"
committer改如何修改呢
Thanks
git commit --amend --reset-author
http://stackoverflow.com/ques...
GIT_COMMITTER_NAME=xxx GIT_COMMITTER_EMAIL=yyy git commit --amend
看起來只能透過環境變數(或設定檔)指定,而不能透過命令列選項指定。
為什麼要改 committer 呢?想要騙人麼?
git commit --amend --reset-author
http://stackoverflow.com/ques...
看起來只能透過環境變數(或設定檔)指定,而不能透過命令列選項指定。
為什麼要改 committer 呢?想要騙人麼?