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 don't think that this is possible directly, but believe it should be straightforward enough to filter tags yourself using python. Please note that iter_items(...) is more efficient in these cases.
If you seek a more elaborate reply, I recommend using Stackoverflow for questions, using the GitPython tag.
Is there a way to provide options to
git tag
like-l
? I tried togit.TagReference.list_items(repo, '-l dev*')
but doesn't appear to be workingThe text was updated successfully, but these errors were encountered: