From 4553f4276861961c958e2a8554ba11fb3db0b322 Mon Sep 17 00:00:00 2001 From: Basil Bruhn Date: Mon, 8 Jun 2026 15:09:20 +0200 Subject: [PATCH 1/3] [Feature] Add all PDF to course Notes #1 Signed-off-by: Basil Bruhn --- docs/PDF/.gitattributes | 4 ++++ docs/PDF/GIT_CI_CD_4.pdf | 3 +++ docs/PDF/GIT_for_advanced_3.pdf | 3 +++ docs/PDF/GIT_for_beginners_2.pdf | 3 +++ docs/PDF/GIT_for_newbies.pdf | 3 +++ 5 files changed, 16 insertions(+) create mode 100644 docs/PDF/.gitattributes create mode 100644 docs/PDF/GIT_CI_CD_4.pdf create mode 100644 docs/PDF/GIT_for_advanced_3.pdf create mode 100644 docs/PDF/GIT_for_beginners_2.pdf create mode 100644 docs/PDF/GIT_for_newbies.pdf diff --git a/docs/PDF/.gitattributes b/docs/PDF/.gitattributes new file mode 100644 index 0000000..a192c80 --- /dev/null +++ b/docs/PDF/.gitattributes @@ -0,0 +1,4 @@ +GIT_CI_CD_4.pdf filter=lfs diff=lfs merge=lfs -text +GIT_for_advanced_3.pdf filter=lfs diff=lfs merge=lfs -text +GIT_for_beginners_2.pdf filter=lfs diff=lfs merge=lfs -text +GIT_for_newbies.pdf filter=lfs diff=lfs merge=lfs -text diff --git a/docs/PDF/GIT_CI_CD_4.pdf b/docs/PDF/GIT_CI_CD_4.pdf new file mode 100644 index 0000000..d7510c4 --- /dev/null +++ b/docs/PDF/GIT_CI_CD_4.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:185c9e1cb879d458c6b7e4a3d8b28a7ec99cf3e1bbda5241249781571143783e +size 2154733 diff --git a/docs/PDF/GIT_for_advanced_3.pdf b/docs/PDF/GIT_for_advanced_3.pdf new file mode 100644 index 0000000..022df4b --- /dev/null +++ b/docs/PDF/GIT_for_advanced_3.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a98fe69242b567883bd5196e9de8f1a6e32a1073b4e48425e24b78b1fe7116ca +size 1474620 diff --git a/docs/PDF/GIT_for_beginners_2.pdf b/docs/PDF/GIT_for_beginners_2.pdf new file mode 100644 index 0000000..0073793 --- /dev/null +++ b/docs/PDF/GIT_for_beginners_2.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b68b0f67ea7c59ecb5849805f0c43acac1486acc11f7f6ffc78466985a0faccc +size 1447751 diff --git a/docs/PDF/GIT_for_newbies.pdf b/docs/PDF/GIT_for_newbies.pdf new file mode 100644 index 0000000..5577d79 --- /dev/null +++ b/docs/PDF/GIT_for_newbies.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f943a5aa58dc528280dfb7584d28af230bec61da6b7e46c0c111d3f2aa2b112 +size 1347140 -- 2.52.0 From 717b17f0bd3ef4098b24dbfa4309caec8b164218 Mon Sep 17 00:00:00 2001 From: Basil Bruhn Date: Mon, 8 Jun 2026 15:09:57 +0200 Subject: [PATCH 2/3] [Feature] Add all PDF to course Notes #1 Signed-off-by: Basil Bruhn --- docs/course1.md | 3 +++ docs/course2.md | 3 +++ docs/course3.md | 3 +++ docs/course4.md | 3 +++ 4 files changed, 12 insertions(+) diff --git a/docs/course1.md b/docs/course1.md index e69de29..a721b88 100644 --- a/docs/course1.md +++ b/docs/course1.md @@ -0,0 +1,3 @@ +# Git for newbies + +You can find the PDF [here](PDF/GIT_for_newbies.pdf) diff --git a/docs/course2.md b/docs/course2.md index e69de29..fa13864 100644 --- a/docs/course2.md +++ b/docs/course2.md @@ -0,0 +1,3 @@ +# Git for beginners + +You can find the PDF [here](PDF/GIT_for_beginners_2.pdf) diff --git a/docs/course3.md b/docs/course3.md index e69de29..b2817ea 100644 --- a/docs/course3.md +++ b/docs/course3.md @@ -0,0 +1,3 @@ +# Git for advanced + +You can find the PDF [here](PDF/GIT_for_advanced_3.pdf) diff --git a/docs/course4.md b/docs/course4.md index e69de29..b6b410a 100644 --- a/docs/course4.md +++ b/docs/course4.md @@ -0,0 +1,3 @@ +# Introduction to CI/CD + +You can find the PDF [here](PDF/GIT_CI_CD_4.pdf) -- 2.52.0 From d6902eed5f460cad0e65238b9f4dbc67ec23afd9 Mon Sep 17 00:00:00 2001 From: Basil Bruhn Date: Mon, 8 Jun 2026 15:12:52 +0200 Subject: [PATCH 3/3] fixed some linting Signed-off-by: Basil Bruhn --- docs/course1.md | 2 +- docs/course2.md | 2 +- docs/course3.md | 2 +- docs/course4.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/course1.md b/docs/course1.md index a721b88..849eebc 100644 --- a/docs/course1.md +++ b/docs/course1.md @@ -1,3 +1,3 @@ # Git for newbies -You can find the PDF [here](PDF/GIT_for_newbies.pdf) +[Download the PDF here](PDF/GIT_for_newbies.pdf) diff --git a/docs/course2.md b/docs/course2.md index fa13864..148b153 100644 --- a/docs/course2.md +++ b/docs/course2.md @@ -1,3 +1,3 @@ # Git for beginners -You can find the PDF [here](PDF/GIT_for_beginners_2.pdf) +[Download the PDF here](PDF/GIT_for_beginners_2.pdf) diff --git a/docs/course3.md b/docs/course3.md index b2817ea..df4aff2 100644 --- a/docs/course3.md +++ b/docs/course3.md @@ -1,3 +1,3 @@ # Git for advanced -You can find the PDF [here](PDF/GIT_for_advanced_3.pdf) +[Download the PDF here](PDF/GIT_for_advanced_3.pdf) diff --git a/docs/course4.md b/docs/course4.md index b6b410a..030ecb8 100644 --- a/docs/course4.md +++ b/docs/course4.md @@ -1,3 +1,3 @@ # Introduction to CI/CD -You can find the PDF [here](PDF/GIT_CI_CD_4.pdf) +[Download the PDF here](PDF/GIT_CI_CD_4.pdf) -- 2.52.0