Skip to content

Commit e3f85f4

Browse files
Arquivos renomeados no original
1 parent 4b38e75 commit e3f85f4

6 files changed

Lines changed: 7 additions & 2 deletions

File tree

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
1-
[#B-embedding-git]
1+
[[B-embedding-git-in-your-applications]]
22
[appendix]
33
== Embedding Git in your Applications
44

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 three choices: spawning a shell and using the Git command-line tool; Libgit2; and JGit.
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.
910

1011
include::book/B-embedding-git/sections/command-line.asc[]
1112

1213
include::book/B-embedding-git/sections/libgit2.asc[]
1314

1415
include::book/B-embedding-git/sections/jgit.asc[]
16+
17+
include::book/B-embedding-git/sections/go-git.asc[]
18+
19+
include::book/B-embedding-git/sections/dulwich.asc[]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)