Skip to content

Commit 779965c

Browse files
romanlazuninRoman Lazunin
andauthored
Add git pro book in other languages (#12767)
* add Pro Git book and Git section in Azerbaijani and Bulgarian languages * add Pro Git book and Git section for Greek and Dutch/Netherlands languages * add Slovenian language for books; add Pro Git book and Git section to Slovenian language books * add authors for Pro Git book for Azerbaijani and Bulgarian languages * fix md formatting errors for books languages az and sl * fix new line in the end of file for books languages az and sl * fix md lint formatting error - not enough empty lines after section for books languages az and sl * fix md linter error in books az file --------- Co-authored-by: Roman Lazunin <[email protected]>
1 parent c47b667 commit 779965c

File tree

6 files changed

+32
-3
lines changed

6 files changed

+32
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ This project lists books and other resources grouped by genres:
113113
+ [Russian / Русский язык](books/free-programming-books-ru.md)
114114
+ [Serbian / српски језик / srpski jezik](books/free-programming-books-sr.md)
115115
+ [Slovak / slovenčina](books/free-programming-books-sk.md)
116+
+ [Slovenian / Slovenščina](books/free-programming-books-sl.md)
116117
+ [Spanish / español / castellano](books/free-programming-books-es.md)
117118
+ [Swedish / Svenska](books/free-programming-books-sv.md)
118119
+ [Tamil / தமிழ்](books/free-programming-books-ta.md)

books/free-programming-books-az.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
### Index
22

33
* [C](#c)
4+
* [Git](#git)
45
* [HTML](#html)
56
* [Linux](#linux)
6-
77

88

99
### C
1010

1111
* [C Proqramlaşdırma Dili](https://web.archive.org/web/20241214000729/https://ilkaddimlar.com/ders/c-proqramlasdirma-dili) ( :card_file_box: archived)
1212

1313

14+
### Git
15+
16+
* [Pro Git](https://git-scm.com/book/az/v2) - Scott Chacon, Ben Straub (HTML, PDF, EPUB)
17+
18+
1419
### HTML
1520

1621
* [HTML](https://web.archive.org/web/20241214005042/https://ilkaddimlar.com/ders/html) ( :card_file_box: archived)
@@ -20,5 +25,3 @@
2025

2126
* [Linux](https://web.archive.org/web/20241214095624/https://ilkaddimlar.com/ders/linux) ( :card_file_box: archived)
2227

23-
24-

books/free-programming-books-bg.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* [C](#c)
44
* [C#](#csharp)
55
* [C++](#cpp)
6+
* [Git](#git)
67
* [Java](#java)
78
* [JavaScript](#javascript)
89
* [LaTeX](#latex)
@@ -28,6 +29,11 @@
2829
* [Основи на програмирането със C++](https://cpp-book.softuni.bg) - Светлин Наков и колектив
2930

3031

32+
### Git
33+
34+
* [Pro Git](https://git-scm.com/book/bg/v2) - Scott Chacon, Ben Straub (HTML, PDF, EPUB)
35+
36+
3137
### Java
3238

3339
* [Въведение в програмирането с Java](https://introprogramming.info/intro-java-book) - Светлин Наков и колектив

books/free-programming-books-el.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* [C](#c)
44
* [C#](#csharp)
55
* [C++](#cpp)
6+
* [Git](#git)
67
* [Java](#java)
78
* [JavaScript](#javascript)
89
* [Matlab](#matlab)
@@ -30,6 +31,11 @@
3031
* [Προγραμματισμός με τη γλώσσα C++](https://repository.kallipos.gr/bitstream/11419/6443/3/00_master_document-KOY.pdf) - Θεόδωρος Αλεβίζος (PDF) (CC BY-NC-SA)
3132

3233

34+
### Git
35+
36+
* [Pro Git](https://git-scm.com/book/gr/v2) - Scott Chacon, Ben Straub (HTML, PDF, EPUB, MOBI)
37+
38+
3339
### Java
3440

3541
* [Δομές δεδομένων](https://repository.kallipos.gr/bitstream/11419/6217/3/DataStructures-%CE%9A%CE%9F%CE%A5.pdf) - Γεωργιάδης Λουκάς, Νικολόπουλος Σταύρος, Παληός Λεωνίδας (PDF)

books/free-programming-books-nl.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* [C](#c)
44
* [C#](#csharp)
55
* [COBOL](#cobol)
6+
* [Git](#git)
67
* [Java](#java)
78
* [PHP](#php)
89
* [Symfony](#symfony)
@@ -25,6 +26,11 @@
2526
* [Programmeren in COBOL](https://nl.wikibooks.org/wiki/Programmeren_in_COBOL) - Wikibooks
2627

2728

29+
### Git
30+
31+
* [Pro Git](https://git-scm.com/book/nl/v2) - Scott Chacon, Ben Straub (HTML, PDF, EPUB)
32+
33+
2834
### Java
2935

3036
* [Programmeren in Java](https://nl.wikibooks.org/wiki/Programmeren_in_Java) - Wikibooks

books/free-programming-books-sl.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
* [Git](#git)
2+
3+
4+
### Git
5+
6+
* [Pro Git](https://git-scm.com/book/sl/v2) - Scott Chacon, Ben Straub (HTML, PDF, EPUB)
7+

0 commit comments

Comments
 (0)