We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 875854a commit 5cd5cbeCopy full SHA for 5cd5cbe
README.md
@@ -56,18 +56,12 @@ repo = GitProject(
56
'gitlab': 'https://gitlab.com/vcs-python/libvcs'
57
}
58
)
59
-```
60
-
61
-Update / clone repo:
62
63
-```python
64
->>> r.update_repo()
65
66
67
-Get revision:
+# Update / clone repo:
+>>> repo.update_repo()
68
69
70
->>> r.get_revision()
+# Get revision:
+>>> repo.get_revision()
71
u'5c227e6ab4aab44bf097da2e088b0ff947370ab8'
72
```
73
0 commit comments