1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-30 18:55:41 +02:00

git-tag: Clarified how to create annotation

This commit is contained in:
Ruben Vereecken 2016-01-13 12:32:49 +01:00
parent 9676334119
commit 10ead941f7

View file

@ -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}}`