]> git.ipfire.org Git - thirdparty/git.git/commitdiff
core-tutorial typofix
authorThomas Zander <zander@kde.org>
Wed, 16 Jan 2008 22:48:21 +0000 (23:48 +0100)
committerJunio 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

index bd6cd4124546a867c029a0c14b16f1944f9eca88..aa40dfd36a6f210c5808791225014e023d18c0de 100644 (file)
@@ -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.