X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fcore-tutorial.txt;h=aa40dfd36a6f210c5808791225014e023d18c0de;hb=ce33288ea6b81a2f4f5aecd72177bcc8174562ae;hp=bd6cd4124546a867c029a0c14b16f1944f9eca88;hpb=03edb0a753fbdbfd14ae42a26ffd1e7608919c45;p=git.git diff --git a/Documentation/core-tutorial.txt b/Documentation/core-tutorial.txt index bd6cd4124..aa40dfd36 100644 --- 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.