git-tag: add --contains example

coverage
Waldir Pimenta 2016-12-15 15:23:45 +00:00 committed by Agniva De Sarker
parent 6860a404d9
commit e509233933
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# git tag
> Create, list, delete or verify tags.
> Tag is reference to specific commit.
> A tag is a static reference to a specific commit.
- List all tags:
@ -22,3 +22,7 @@
- Get updated tags from upstream:
`git fetch --tags`
- List tags that contain a given commit:
`git tag --contains `