Selaa lähdekoodia

make desc more explicit

Waldir Pimenta 8 vuotta sitten
vanhempi
commit
c5eb598d5c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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}}`