From 6c19ed85702f5b04d2f17824d2c9e02c4bb9263c Mon Sep 17 00:00:00 2001 From: Basil Bruhn Date: Mon, 8 Jun 2026 15:21:02 +0200 Subject: [PATCH] [Feature] Add all PDF to course Notes #1 (#2) Reviewed-on: https://gitea.psi.ch/RSE/git-course-notes/pulls/2 Co-authored-by: Basil Bruhn Co-committed-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 +++ docs/course1.md | 3 +++ docs/course2.md | 3 +++ docs/course3.md | 3 +++ docs/course4.md | 3 +++ 9 files changed, 28 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 diff --git a/docs/course1.md b/docs/course1.md index e69de29..849eebc 100644 --- a/docs/course1.md +++ b/docs/course1.md @@ -0,0 +1,3 @@ +# Git for newbies + +[Download the PDF here](PDF/GIT_for_newbies.pdf) diff --git a/docs/course2.md b/docs/course2.md index e69de29..148b153 100644 --- a/docs/course2.md +++ b/docs/course2.md @@ -0,0 +1,3 @@ +# Git for beginners + +[Download the PDF here](PDF/GIT_for_beginners_2.pdf) diff --git a/docs/course3.md b/docs/course3.md index e69de29..df4aff2 100644 --- a/docs/course3.md +++ b/docs/course3.md @@ -0,0 +1,3 @@ +# Git for advanced + +[Download the PDF here](PDF/GIT_for_advanced_3.pdf) diff --git a/docs/course4.md b/docs/course4.md index e69de29..030ecb8 100644 --- a/docs/course4.md +++ b/docs/course4.md @@ -0,0 +1,3 @@ +# Introduction to CI/CD + +[Download the PDF here](PDF/GIT_CI_CD_4.pdf)