1
0
mirror of https://github.com/k88hudson/git-flight-rules.git synced 2025-03-10 12:48:43 -03:00

Add colon

This commit is contained in:
Richard Littauer 2017-12-30 12:26:44 -06:00
parent 5de8869df2
commit 590f63c7e6

View File

@ -1202,7 +1202,7 @@ $ git log --name-status -- **/*.js
<a name="find-a-tag-where-a-commit-is-referenced"></a> <a name="find-a-tag-where-a-commit-is-referenced"></a>
### Find a tag where a commit is referenced ### Find a tag where a commit is referenced
To find all tags containing a specific commit To find all tags containing a specific commit:
```sh ```sh
$ git tag --contains <commitid> $ git tag --contains <commitid>