From 96768e3108f76a20699b23f7a1218949144b2394 Mon Sep 17 00:00:00 2001 From: "jdl@freescale.com" Date: Fri, 9 Sep 2005 10:41:15 -0500 Subject: [PATCH] fix tutorial typo Fix a minor typo in the tutorial.txt. Signed-off-by: Jon Loeliger Signed-off-by: Junio C Hamano --- Documentation/tutorial.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation/tutorial.txt') diff --git a/Documentation/tutorial.txt b/Documentation/tutorial.txt index ad48bb88b..6e100dbb6 100644 --- a/Documentation/tutorial.txt +++ b/Documentation/tutorial.txt @@ -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. -- cgit v1.2.1