修改本地最近一次已提交的注释
git commit --amend
如果已经上传到了github上,因此github的提交和已修改的提交不一样,推送到远程可以用下面命令强制修改
git push origin master --force