Skip to content

Commit a6d8672

Browse files
committed
change structure to allow compilation of ebooks
1 parent 632e62f commit a6d8672

File tree

482 files changed

+647
-562
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

482 files changed

+647
-562
lines changed

.gitignore

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ output
22
.DS_Store
33

44
# build artifacts
5-
progit.html
6-
progit.pdf
5+
progit_*.html
6+
progit_*.asc
7+
progit_*.pdf
78
progit.pdfmarks
8-
progit.epub
9-
progit-kf8.epub
10-
progit.mobi
11-
/images/
9+
progit_*.epub
10+
progit_*-kf8.epub
11+
progit_*.mobi
12+
book/contributors.txt
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[#A-git-in-other-environments]
12
[appendix]
23
== Git v drugih okoljih
34

@@ -6,18 +7,18 @@ Lahko delate z lokalnimi datotekami, povežete vaš repozitorij z drugimi preko
67
Vendar zgodba se tu ne konča; Git je običajno uporabljen kot del večjih ekosistemov in terminal ni vedno najboljši način za delo z njim.
78
Sedaj bomo pogledali nekaj drugim vrst okolj, kjer je Git lahko uporaben in kako druge aplikacij (vključno z vašo) delajo skupaj z Git-om.
89

9-
include::sections/guis.asc[]
10+
include::book/A-git-in-other-environments/sections/guis.asc[]
1011

11-
include::sections/visualstudio.asc[]
12+
include::book/A-git-in-other-environments/sections/visualstudio.asc[]
1213

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

1516

16-
include::sections/bash.asc[]
17+
include::book/A-git-in-other-environments/sections/bash.asc[]
1718

18-
include::sections/zsh.asc[]
19+
include::book/A-git-in-other-environments/sections/zsh.asc[]
1920

20-
include::sections/powershell.asc[]
21+
include::book/A-git-in-other-environments/sections/powershell.asc[]
2122

2223
=== Povzetek
2324

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[#B-embedding-git]
12
[appendix]
23
== Vključevanje Git-a v vašo aplikacijo
34

@@ -6,8 +7,8 @@ Tudi ne-razvijalske aplikacije kot so urejevalniki dokumentov, lahko potencialno
67

78
Če potrebujete integrirati Git z vašo aplikacijo imate v osnovi tri opcije: drstenje lupine in uporabo orodja Git ukazne vrstice; Libgit2; in JGit.
89

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

11-
include::sections/libgit2.asc[]
12+
include::book/B-embedding-git/sections/libgit2.asc[]
1213

13-
include::sections/jgit.asc[]
14+
include::book/B-embedding-git/sections/jgit.asc[]

book/C-git-commands/1-git-commands.asc renamed to C-git-commands.asc

Lines changed: 119 additions & 118 deletions
Large diffs are not rendered by default.
-54.6 KB
Binary file not shown.
-64.4 KB
Binary file not shown.
-48.2 KB
Binary file not shown.
-75.2 KB
Binary file not shown.
-149 KB
Binary file not shown.
-55 KB
Binary file not shown.

0 commit comments

Comments
 (0)