runliuv@cnblogs
VS2015 Visual Studio 中的git 如何不显示作者名?
直接用命令:
git config --global user.name "Your Name"
或在 TortoiseGit 全局设置中修改名称。
下次提交代码时,就是新名称了。