You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ Features:
12
12
- Branches list
13
13
- File content getting and setting
14
14
- File create and remove
15
+
- Working with tags
15
16
16
17
# Terms
17
18
- Workspace Home
@@ -52,6 +53,8 @@ Features:
52
53
```
53
54
- Use methods of `IVCS` interface. See [scm4j-vcs-api](https://github.com/scm4j/scm4j-vcs-api) for details
54
55
- Use `vcs.setProxy()` and `vcs.setCredentials()` if necessary
56
+
- Use `VCSTag createUnannotatedTag(String branchName, String tagName, String revisionToTag)` to create git unannontated tag with name `tagName` on `revisionToTag` commit of branch `branchName`. If `branchName` is null then master branch is used. If `revisionToTag` is null then head of branch `branchName` is used.
57
+
-
55
58
56
59
# Implementation details
57
60
-[JGit](https://eclipse.org/jgit/) is used as framework to work with Git repositories
0 commit comments