Source code for repo_splitter.git_tools.url
[docs]
def
is_remote_url
(
url
:
str
):
return
url
.
endswith
(
'.git'
)
Table of Contents
Getting started with repo_splitter
repo_splitter
Related Topics
Documentation overview
Module code
Quick search