iblrig.version_management.get_remote_tags
- iblrig.version_management.get_remote_tags()[source]
Fetch remote Git tags if not already fetched.
This function fetches remote Git tags if they have not been fetched already. If tags are already fetched, it does nothing. If the installation is not managed through Git, it logs an error.
- Return type:
Notes
This method will only work with installations managed through Git.