git / git-reference

Online Git Reference at http://git.github.io/git-reference/
Other
996 stars 363 forks source link

Small error in 'git commit' example -close #51

Closed maartenvdlee closed 11 years ago

maartenvdlee commented 11 years ago

My fault: non-issue

$ git add hello.rb $ git status -s M hello.rb

should be

$ git add hello.rb $ git status -s A hello.rb