diff options
author | Thomas Zander <zander@kde.org> | 2008-01-16 23:48:21 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-01-17 22:55:25 -0800 |
commit | 5221ecbc51526da94f2ba0862c3958100592cf0b (patch) | |
tree | f67c8887083bd1cf956434c0f050a3a0f5785366 /Documentation | |
parent | 5c66d0d4580196094e80c552f141525759a8e249 (diff) | |
download | git-5221ecbc51526da94f2ba0862c3958100592cf0b.tar.gz |
core-tutorial typofix
Signed-off-by: Thomas Zander <zander@kde.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/core-tutorial.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/core-tutorial.txt b/Documentation/core-tutorial.txt index bd6cd41245..aa40dfd36a 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. |