summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c87d41e)
raw | patch | inline | side by side (parent: c87d41e)
author | jdl@freescale.com <jdl@freescale.com> | |
Fri, 9 Sep 2005 15:41:15 +0000 (10:41 -0500) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 9 Sep 2005 16:59:03 +0000 (09:59 -0700) |
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>
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/tutorial.txt | patch | blob | history |
index ad48bb88b673b0c3d4a08d4a6eb89c7d6fb38120..6e100dbb60f5756db0f453193e53c28bf947d7cc 100644 (file)
------------------------------------------------
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.