projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22e801f
)
fix typo in tutorial
author
Fred Maranhão
<fred.maranhao@gmail.com>
Wed, 11 Jun 2008 23:09:48 +0000
(19:09 -0400)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 11 Jun 2008 23:21:45 +0000
(16:21 -0700)
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/tutorial.txt
patch
|
blob
|
history
diff --git
a/Documentation/tutorial.txt
b/Documentation/tutorial.txt
index e2bbda53f0f9dc35dd29d8b193b35e5971d4ff3a..a8c5efbf07ba40ccbbda151cfd8bd5a076b757e9 100644
(file)
--- a/
Documentation/tutorial.txt
+++ b/
Documentation/tutorial.txt
@@
-103,7
+103,7
@@
newly modified content to the index. Finally, commit your changes with:
$ git commit
------------------------------------------------
-This will again prompt you
r
for a message describing the change, and then
+This will again prompt you for a message describing the change, and then
record a new version of the project.
Alternatively, instead of running `git add` beforehand, you can use