Skip to content

Commit 5fcb442

Browse files
authored
Update README.md
1 parent 6652492 commit 5fcb442

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@
55
# Overview
66
scm4j-vcs-git is lightweight library for execute basic Git VCS operations (merge, branch create etc). It uses [scm4j-vcs-api](https://github.com/scm4j/scm4j-vcs-api) exposing IVCS implementation for Git repositories and [JGit](https://eclipse.org/jgit/) as framework to work with Git repositories.
77
Features:
8-
- Branch create and remove
8+
- Working wit branches: create, remove, browse
99
- Branch merge with result return (success or list of conflicted files)
10-
- Branch commits messages list
1110
- Summarized diff between branches
12-
- Branches list
1311
- File content getting and setting
1412
- File create and remove
15-
- Working with tags
13+
- Working with tags: create, remove, browse
1614

1715
# Terms
1816
- Workspace Home

0 commit comments

Comments
 (0)