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

fix --contains example

This commit is contained in:
Waldir Pimenta 2017-01-03 19:32:35 +00:00 committed by Agniva De Sarker
parent e509233933
commit e6b9f81cd6

View file

@ -25,4 +25,4 @@
- List tags that contain a given commit:
`git tag --contains `
`git tag --contains {{commit}}`