vcspull
vcspull copied to clipboard
Support git+ssh://user@host:relative-path/repo.git syntax
It would be great if vcspull supported relative paths for git+ssh remotes by using the colon character as a separator between host and path.
Can you give an example so I can be sure
Do you mean a relative file path?
An example would be [email protected]:django/website.git where django is a folder within my home directory ~. This is already supported by the default Git client using SSH.
@mback2k I know you have probably moved on, but the workaround is this:
Assuming [email protected]:django/website.git:
Prepend git+ssh://:
git+ssh://[email protected]:django/website.git