For initialize repo i use
repo = git.Repo(path)
Is it possible to use remote path like this user@host:/path/to/repo
?
Thx for comments.
For initialize repo i use
repo = git.Repo(path)
Is it possible to use remote path like this user@host:/path/to/repo
?
Thx for comments.