跳转至

Git

修改commit注释

git commit --amend

修改最后一次commit用户名和邮箱

git commit --amend --author="Author Name <email@address.com>"