Fix a minor typo in the tutorial.txt.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
jdl@freescale.com 2005-09-09 10:41:15 -05:00 коммит произвёл Junio C Hamano
Родитель c87d41ebf7
Коммит 96768e3108
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -742,7 +742,7 @@ git commit -m 'Some work.' hello
------------------------------------------------
Here, we just added another line to `hello`, and we used a shorthand for
both going a `git-update-index hello` and `git commit` by just giving the
doing both `git-update-index hello` and `git commit` by just giving the
filename directly to `git commit`. The `-m` flag is to give the
commit log message from the command line.