From 10ead941f7b1cbb715f09955aab5f134e1f0424f Mon Sep 17 00:00:00 2001 From: Ruben Vereecken Date: Wed, 13 Jan 2016 12:32:49 +0100 Subject: [PATCH] git-tag: Clarified how to create annotation --- pages/common/git-tag.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/git-tag.md b/pages/common/git-tag.md index 7b69d32dd..8c00e1619 100644 --- a/pages/common/git-tag.md +++ b/pages/common/git-tag.md @@ -11,7 +11,7 @@ `git tag {{tag_name}}` -- Create a tag with the given message: +- Create an annotated tag with the given message: `git tag {{tag_name}} -m {{tag_message}}`