qgis_deployment_toolbelt.profiles.remote_git_handler module¶
Handle remote git repository.
Author: Julien Moura (https://github.com/guts).
Inspired from: QGIS Resource Sharing
- class qgis_deployment_toolbelt.profiles.remote_git_handler.RemoteGitHandler(source_repository_url: str, source_repository_type: str = 'git_remote', branch_to_use: str | None = None, deletion_mode: Literal['force_delete', 'trash_only', 'trash_or_delete'] | None = None)¶
Bases:
RemoteProfilesHandlerBaseHandle remote git repository.