扫码关注官方订阅号
类似于修改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 呢?想要骗人么?
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
扫描下载App
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
git commit --amend --reset-author
http://stackoverflow.com/ques...
看起来只能通过环境变量(或者配置文件)指定,而不能通过命令行选项指定。
你为什么要改 committer 呢?想要骗人么?