mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 11:33:33 +02:00
make desc more explicit
This commit is contained in:
parent
e6b9f81cd6
commit
c5eb598d5c
1 changed files with 1 additions and 1 deletions
|
@ -23,6 +23,6 @@
|
||||||
|
|
||||||
`git fetch --tags`
|
`git fetch --tags`
|
||||||
|
|
||||||
- List tags that contain a given commit:
|
- List all tags whose ancestors include a given commit:
|
||||||
|
|
||||||
`git tag --contains {{commit}}`
|
`git tag --contains {{commit}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue