mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 08:55:33 +02:00
git-tag: Add message for given commit (#1877)
This commit is contained in:
parent
c5975d55a9
commit
0a5a62eda8
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@
|
|||
|
||||
`git tag {{tag_name}}`
|
||||
|
||||
- Create a tag with the given name pointing to a given commit:
|
||||
|
||||
`git tag {{tag_name}} {{commit}}`
|
||||
|
||||
- Create an annotated tag with the given message:
|
||||
|
||||
`git tag {{tag_name}} -m {{tag_message}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue