mercredi 7 octobre 2015

rugged tag list option

I want use the rugged gem to check if a tag name exist before to create it, using git I would use the -l option like

git tag -l tag_name

and if tag_name exist I will not create the new tag.

How can I do the same using the rugged gem ?

Thanks !

Aucun commentaire:

Enregistrer un commentaire