Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'maint'
author
Junio C Hamano
<gitster@pobox.com>
Wed, 11 Jun 2008 23:21:56 +0000
(16:21 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 11 Jun 2008 23:21:56 +0000
(16:21 -0700)
* maint:
fix typo in tutorial
Documentation/gittutorial.txt
patch
|
blob
|
history
raw
(from parent 1:
8c372fb
)
diff --git
a/Documentation/gittutorial.txt
b/Documentation/gittutorial.txt
index 9563a632eb5fef5fe62a5b5bd152cd06ad874a1f..d465aab64e367f1564793b74522d571433d5b53f 100644
(file)
--- a/
Documentation/gittutorial.txt
+++ b/
Documentation/gittutorial.txt
@@
-114,7
+114,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