summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5c66d0d)
raw | patch | inline | side by side (parent: 5c66d0d)
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>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/core-tutorial.txt | patch | blob | history |
index bd6cd4124546a867c029a0c14b16f1944f9eca88..aa40dfd36a6f210c5808791225014e023d18c0de 100644 (file)
$ 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.