git-tag

Showing all tags

$> git tag
>>> regex = re.compile('^refs/tags')
>>> filter(lambda r: regex.match(r), repo.listall_references())

References

Table Of Contents

Previous topic

git-show

Next topic

General

This Page