I have a repo on GitLab and now I am on the need of checking if a tag exists on a specific repo. I need to check this using Python.
In GitLab API I don't see any method to check this.
If prefer doing it using the GitLab API but if it is not possible I would like to know if it can be done directly using some Git command.