七千22
git修改提交历史中的author信息
阅读 30
2023-10-18
全局设置
git config --global user.name "作者名"
局部设置(本项目)
git config user.name "作者名"
相关推荐
精彩评论(0)