1
0
mirror of https://github.com/git/git.git synced 2024-11-18 00:13:58 +01:00

[PATCH] fix tutorial typo

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 committed by Junio C Hamano
parent c87d41ebf7
commit 96768e3108

@ -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.