Skip to content

Commit 71c52ff

Browse files
git-emsergiocabral
authored andcommitted
Update apêndices A, B e C -- em inglês
1 parent 9eb2806 commit 71c52ff

3 files changed

Lines changed: 182 additions & 129 deletions

File tree

A-git-in-other-environments.asc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[#A-git-in-other-environments]
1+
[[A-git-in-other-environments]]
22
[appendix]
33
== Git in Other Environments
44

@@ -11,8 +11,11 @@ include::book/A-git-in-other-environments/sections/guis.asc[]
1111

1212
include::book/A-git-in-other-environments/sections/visualstudio.asc[]
1313

14-
include::book/A-git-in-other-environments/sections/eclipse.asc[]
14+
include::book/A-git-in-other-environments/sections/visualstudiocode.asc[]
1515

16+
include::book/A-git-in-other-environments/sections/jetbrainsides.asc[]
17+
18+
include::book/A-git-in-other-environments/sections/sublimetext.asc[]
1619

1720
include::book/A-git-in-other-environments/sections/bash.asc[]
1821

B-embedding-git.asc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
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[]
20+

0 commit comments

Comments
 (0)