diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-12-01 21:47:04 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-12-01 21:47:04 +0100 |
commit | 32ef08f4e5ab6ce8f3b47201f1df46d1a33deb80 (patch) | |
tree | 12a4265c7ef9c801e5ec882fe8a807c86173d3a5 /Documentation/gitcore-tutorial.txt | |
parent | Merge branch 'jc/deprecate-old-syntax-from-merge' (diff) | |
parent | help: Do not unnecessarily look for a repository (diff) | |
download | git-32ef08f4e5ab6ce8f3b47201f1df46d1a33deb80.tar.xz git-32ef08f4e5ab6ce8f3b47201f1df46d1a33deb80.zip |
Merge branch 'maint'
* maint:
help: Do not unnecessarily look for a repository
Documentation: Fix a few i.e./e.g. mix-ups
Documentation: Document --branch option in git clone synopsis
Diffstat (limited to 'Documentation/gitcore-tutorial.txt')
-rw-r--r-- | Documentation/gitcore-tutorial.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitcore-tutorial.txt b/Documentation/gitcore-tutorial.txt index e237394397..f762dca440 100644 --- a/Documentation/gitcore-tutorial.txt +++ b/Documentation/gitcore-tutorial.txt @@ -602,7 +602,7 @@ $ git tag -s <tagname> ---------------- which will sign the current `HEAD` (but you can also give it another -argument that specifies the thing to tag, i.e., you could have tagged the +argument that specifies the thing to tag, e.g., you could have tagged the current `mybranch` point by using `git tag <tagname> mybranch`). You normally only do signed tags for major releases or things |