projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c66d0d
)
core-tutorial typofix
author
Thomas Zander
<zander@kde.org>
Wed, 16 Jan 2008 22:48:21 +0000
(23:48 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 18 Jan 2008 06:55:25 +0000
(22:55 -0800)
Signed-off-by: Thomas Zander <zander@kde.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/core-tutorial.txt
patch
|
blob
|
history
diff --git
a/Documentation/core-tutorial.txt
b/Documentation/core-tutorial.txt
index bd6cd4124546a867c029a0c14b16f1944f9eca88..aa40dfd36a6f210c5808791225014e023d18c0de 100644
(file)
--- a/
Documentation/core-tutorial.txt
+++ b/
Documentation/core-tutorial.txt
@@
-578,7
+578,7
@@
particular state. You can, for example, do
$ git diff my-first-tag
----------------
-to diff your current state against that tag
(
which at this point will
+to diff your current state against that tag which at this point will
obviously be an empty diff, but if you continue to develop and commit
stuff, you can use your tag as an "anchor-point" to see what has changed
since you tagged it.