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

make desc more explicit

This commit is contained in:
Waldir Pimenta 2017-01-05 13:05:56 +00:00 committed by Agniva De Sarker
parent e6b9f81cd6
commit c5eb598d5c

View file

@ -23,6 +23,6 @@
`git fetch --tags`
- List tags that contain a given commit:
- List all tags whose ancestors include a given commit:
`git tag --contains {{commit}}`