You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to use GItPython API to get annotated tags. If I do next:
repo = git.Repo(repo_path) tags = repo.tags
I get list of lightweight tags. How do I get a list of annotated tags?
I need for annotated tags info: tag, tagger, tagged_date
Thanks for any help
The text was updated successfully, but these errors were encountered:
I need to use GItPython API to get annotated tags. If I do next:
repo = git.Repo(repo_path) tags = repo.tags
I get list of lightweight tags. How do I get a list of annotated tags?
I need for annotated tags info: tag, tagger, tagged_date
Thanks for any help
The text was updated successfully, but these errors were encountered: