Skip to content

Commit f349f99

Browse files
committed
Rewording introduction to embedding options
Signed-off-by: Alexander Bezzubov <[email protected]>
1 parent f2cc7f3 commit f349f99

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

B-embedding-git-in-your-applications.asc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,8 @@
55
If your application is for developers, chances are good that it could benefit from integration with source control.
66
Even non-developer applications, such as document editors, could potentially benefit from version-control features, and Git's model works very well for many different scenarios.
77

8-
If you need to integrate Git with your application, you have essentially next options:
9-
- spawning a shell and using the Git command-line tool;
10-
- Libgit2;
11-
- JGit;
12-
- go-git.
8+
If you need to integrate Git with your application, you have essentially two options: spawn a shell and call the `git` command-line program, or embed a Git library into your application.
9+
Here we'll cover command-line integration and several of the most popular embeddable Git libraries.
1310

1411
include::book/B-embedding-git/sections/command-line.asc[]
1512

0 commit comments

Comments
 (0)