Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Fred Maranhão 2008-06-11 19:09:48 -04:00 коммит произвёл Junio C Hamano
Родитель 22e801f285
Коммит 2feaf4e977
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -103,7 +103,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