git 实战 002

修改上一次的修改注释 

git commit --amend 会进入vim编辑 
# 注意是两个-- 
git commit --amend -m "新的提交说明"
Talk is cheap. Show me the code!

推荐阅读