We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27cfdb0 commit bf492cfCopy full SHA for bf492cf
README.md
@@ -44,12 +44,13 @@ True
44
>>> git_location = GitURL(url='git@github.com:vcs-python/libvcs.git')
45
46
>>> git_location
47
-GitURL(url=git@github.com:vcs-python/libvcs.git,
48
- user=git,
49
- hostname=github.com,
50
- path=vcs-python/libvcs,
51
- suffix=.git,
52
- rule=core-git-scp)
+GitURL(
+ url=git@github.com:vcs-python/libvcs.git,
+ user=git,
+ hostname=github.com,
+ path=vcs-python/libvcs,
+ suffix=.git,
53
+ rule=core-git-scp)
54
```
55
56
Switch repo libvcs -> vcspull:
0 commit comments