git commit --amend -m "xxxxxx" //修改最近一次commit描述为引号里面内容 git push -f origin master //如果已经push了,可以用这个覆盖服务端信息