在git里面,想修改一下刚才提交的内容,重新提交的话 git reset HEA… 在git里面,想修改一下刚才提交的内容,重新提交的话 git reset HEAD~1 git commit -m "your comment" 如果你只是想修改一下提交的注释 git commit -amend