Change Git Commit Message
This question already has an answer here:
I suspect you have a badly set git config. Try running:
git config user.name
git config user.email
Or find .gitconfig
To see what's there. You can override with
git config --global user.email "notmypassword@address"
链接地址: http://www.djcxy.com/p/28496.html
上一篇: 有没有办法改变我第一次提交的电子邮件?
下一篇: 更改Git提交消息