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 b447038 commit 4da9614Copy full SHA for 4da9614
README.md
@@ -44,6 +44,7 @@ Pk-vcs-git is lightweight library for execute basic Git VCS operations (merge, b
44
```java
45
IVCS vcs = new GitVCS(repoWorkspace);
46
```
47
+- Use methods of `IVCS` interface. See [pk-vcs-api](https://github.com/ProjectKaiser/pk-vcs-api) for details
48
- Use `vcs.setProxy()` and `vcs.setCredentials()` if neccessary
49
50
# Implementation details
0 commit comments