Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] fix tutorial typo
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>
Documentation/tutorial.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
c87d41e
)
diff --git
a/Documentation/tutorial.txt
b/Documentation/tutorial.txt
index ad48bb88b673b0c3d4a08d4a6eb89c7d6fb38120..6e100dbb60f5756db0f453193e53c28bf947d7cc 100644
(file)
--- 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.