1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 23:35:52 +02:00

Merge pull request #659 from tldr-pages/git-tag

git-tag: Clarified how to create annotation
This commit is contained in:
Igor Shubovych 2016-01-13 13:50:48 +02:00
commit 8deea07668

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