Merge branch 'maint'

* maint:
  fix typo in tutorial
maint
Junio C Hamano 2008-06-11 16:21:56 -07:00
commit 8de7e9c07e
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ newly modified content to the index. Finally, commit your changes with:
$ git commit
------------------------------------------------

This will again prompt your for a message describing the change, and then
This will again prompt you for a message describing the change, and then
record a new version of the project.

Alternatively, instead of running `git add` beforehand, you can use