From 6d734202b5add66133d07ab9a6eca33e686bdd1e Mon Sep 17 00:00:00 2001 From: bloo2kk Date: Tue, 16 Sep 2025 15:47:18 +0200 Subject: [PATCH 1/2] =?UTF-8?q?Dodano=20pierwsz=C4=85=20notatk=C4=99=20z?= =?UTF-8?q?=20modu=C5=82u=2003?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03/Pierwsza Notatka.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 03/Pierwsza Notatka.md diff --git a/03/Pierwsza Notatka.md b/03/Pierwsza Notatka.md new file mode 100644 index 0000000..06682a5 --- /dev/null +++ b/03/Pierwsza Notatka.md @@ -0,0 +1,6 @@ +## Czego się nauczyłem +- Jak zrobić fork i git clone repozytorium. +- Jak dodać upstream, żeby pobierać zmiany z repo autora. + +## Co chcę jeszcze zgłębić +- Różnice między `git fetch` a `git pull`. \ No newline at end of file From 1da67ce21e295b95d11edebc3b38506c13d7f421 Mon Sep 17 00:00:00 2001 From: bloo2kk Date: Tue, 16 Sep 2025 15:50:22 +0200 Subject: [PATCH 2/2] Zmiany w index.html i app.js --- 01/index.html | 1 + 02/app.js | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/01/index.html b/01/index.html index d8f0d72..e2d4588 100644 --- a/01/index.html +++ b/01/index.html @@ -8,6 +8,7 @@ devmentor.pl - JS Tools - #01 +

Git jest fajny !

GitHub też jest fajny!

\ No newline at end of file diff --git a/02/app.js b/02/app.js index 0d26b21..3cd871d 100644 --- a/02/app.js +++ b/02/app.js @@ -1,3 +1,3 @@ console.log('Działa! Gratuluję uruchomienia JS z poziomu Node.js!'); -console.log('Moja wersja Node.js to: [tutaj wpisz swoją wersję]'); -console.log('Moja wersja npm to: [tutaj wpisz swoją wersję]'); \ No newline at end of file +console.log('Moja wersja Node.js to: v20.18.0'); +console.log('Moja wersja npm to: 10.8.2'); \ No newline at end of file