Source code for repo_splitter.git_tools.url



[docs]def is_remote_url(url: str): return url.endswith('.git')