you are coming a long way…
Written by tin at 1:50 pm on 2009/12/13
在git里面,想修改一下刚才提交的内容,重新提交的话
git reset HEAD~1 git commit -m "your comment"
如果你只是想修改一下提交的注释
git commit -amend
in status → 0 Comments Tweet This Like This
You must be logged in to post a comment.