查看当前提交代码展示的用户名

git config user.name

修改用户名

git config --global user.name "想要展示的用户名"

相关文章: