Waldir Pimenta пре 8 година
родитељ
комит
c5eb598d5c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      pages/common/git-tag.md

+ 1 - 1
pages/common/git-tag.md

@@ -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}}`