0
点赞
收藏
分享

微信扫一扫

git修改提交历史中的author信息


全局设置 

git config --global user.name "作者名"

局部设置(本项目)

git config user.name "作者名"


举报

相关推荐

0 条评论