From 361d0beb04065e920aa6bbe057476300ba07352a Mon Sep 17 00:00:00 2001 From: Marc Haenle Date: Wed, 2 Apr 2025 17:05:15 +0200 Subject: [PATCH 01/18] added Text to README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa8c02e..b3f33c1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Intro to git For Data Science +# Intro to git For Data Science modified :) This repo is used as a test target for the DSR course on git. From b37baa876056c45eb32fe218b678d2ead91ee240 Mon Sep 17 00:00:00 2001 From: Kovox91 Date: Wed, 2 Apr 2025 17:05:22 +0200 Subject: [PATCH 02/18] Added List of Dogs --- pets.csv | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pets.csv diff --git a/pets.csv b/pets.csv new file mode 100644 index 0000000..f2310cb --- /dev/null +++ b/pets.csv @@ -0,0 +1,7 @@ +ID;Name;Age;Breed +01;Cube;6;BorderCollie +02;Eden;6;BelgianMallinois +03;Maze;4;BorderCollie +04;Halo;3;LabradorRetriever +05;Luzi;3;EuropeanSledgeHound +06;Isla;2;LabradorRetriever From 7faf29536ade3da57111d15b781cd96ad06baff5 Mon Sep 17 00:00:00 2001 From: Amol Patil Date: Wed, 2 Apr 2025 17:05:59 +0200 Subject: [PATCH 03/18] added in somestuff.txt file --- somestuff.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/somestuff.txt b/somestuff.txt index 68527e3..9f52124 100644 --- a/somestuff.txt +++ b/somestuff.txt @@ -1 +1,6 @@ -blah, hello why \ No newline at end of file +blah, hello why +sdsfs + + +this is nely added + From 479cf0e55e5c6f8a4ae1ad1cd87b2cbe6a552740 Mon Sep 17 00:00:00 2001 From: vikleu Date: Wed, 2 Apr 2025 17:06:09 +0200 Subject: [PATCH 04/18] Creation of new txt file. --- viktest.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 viktest.txt diff --git a/viktest.txt b/viktest.txt new file mode 100644 index 0000000..24e8535 --- /dev/null +++ b/viktest.txt @@ -0,0 +1 @@ +This contains some test text. \ No newline at end of file From 0670c61c9500965fcb09f98da38044556e38ac08 Mon Sep 17 00:00:00 2001 From: Lucas Rodrigues Date: Wed, 2 Apr 2025 17:06:53 +0200 Subject: [PATCH 05/18] Change to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index fa8c02e..f13b4b0 100644 --- a/README.md +++ b/README.md @@ -168,3 +168,8 @@ This repository contains a variety of content: some developed by Amélie Anglade The third-party content is distributed under the license provided by those parties. Any derivative work respects the original licenses, and credits its initial authors. Original content developed by Amélie Anglade is distributed under the MIT license. + + +## New section + +New content \ No newline at end of file From 56b637c9cf65161ae49db915af2f7eb8b6219322 Mon Sep 17 00:00:00 2001 From: Mine Alsan Date: Wed, 2 Apr 2025 17:05:27 +0200 Subject: [PATCH 06/18] Modified bruh.txt --- bruh.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bruh.txt b/bruh.txt index 96410aa..abe1f07 100644 --- a/bruh.txt +++ b/bruh.txt @@ -1,3 +1,3 @@ BRUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUH WHAAAAAAAAAAAAAAAAAAAAAAAAAAAAT -THE FUCK BRUUUH ? +THAT IS NOT POLITE! From d8c7ac334996916f018db78a58767d80f69eecb9 Mon Sep 17 00:00:00 2001 From: granttnarg <48766845+granttnarg@users.noreply.github.com> Date: Wed, 25 Jun 2025 17:25:35 +0200 Subject: [PATCH 07/18] made some super important updates --- greeting-from-berlin.txt | 0 jacobo.txt | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 greeting-from-berlin.txt diff --git a/greeting-from-berlin.txt b/greeting-from-berlin.txt new file mode 100644 index 0000000..e69de29 diff --git a/jacobo.txt b/jacobo.txt index a95c79b..a8f7f0f 100644 --- a/jacobo.txt +++ b/jacobo.txt @@ -1,3 +1,3 @@ -Name: -Adress: -Zip Code: +Name: Mr J +Adress: Milan +Zip Code: 9000 From bd6424e7c190d40154bf33f24b9b62e863a307dd Mon Sep 17 00:00:00 2001 From: sofiafregni Date: Wed, 25 Jun 2025 17:26:07 +0200 Subject: [PATCH 08/18] modified and elimnated --- mynewfeature.txt | 2 +- viktest.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 viktest.txt diff --git a/mynewfeature.txt b/mynewfeature.txt index dc5a9ee..6cca810 100644 --- a/mynewfeature.txt +++ b/mynewfeature.txt @@ -1,2 +1,2 @@ -Fork process: +nflksnflsflsnflsdflsdFork process: fork, clone, new-branch, make changes, add changes, commit changes, push diff --git a/viktest.txt b/viktest.txt deleted file mode 100644 index 24e8535..0000000 --- a/viktest.txt +++ /dev/null @@ -1 +0,0 @@ -This contains some test text. \ No newline at end of file From 09ce960848f7530d8ea06a92240bf168b0414deb Mon Sep 17 00:00:00 2001 From: granttnarg <48766845+granttnarg@users.noreply.github.com> Date: Wed, 25 Jun 2025 17:26:37 +0200 Subject: [PATCH 09/18] help note on junk code --- my-feature | 2 ++ 1 file changed, 2 insertions(+) diff --git a/my-feature b/my-feature index d7d69a4..cf89307 100644 --- a/my-feature +++ b/my-feature @@ -1 +1,3 @@ hdaskdhasklhdlask + +# We should improve this feature!! Atm its a bit hard to read. From c11c1d3ddb200a7f203e14a1d249efdd678cfe8b Mon Sep 17 00:00:00 2001 From: SalmanFarizN Date: Wed, 25 Jun 2025 20:57:01 +0530 Subject: [PATCH 10/18] changed some random files --- bruh.txt | 5 +++++ viktest.txt | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) delete mode 100644 viktest.txt diff --git a/bruh.txt b/bruh.txt index abe1f07..0b8932e 100644 --- a/bruh.txt +++ b/bruh.txt @@ -1,3 +1,8 @@ BRUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUH WHAAAAAAAAAAAAAAAAAAAAAAAAAAAAT THAT IS NOT POLITE! + +What? i DONT THINK SO! + +I THINK IT IS POLITE! + diff --git a/viktest.txt b/viktest.txt deleted file mode 100644 index 24e8535..0000000 --- a/viktest.txt +++ /dev/null @@ -1 +0,0 @@ -This contains some test text. \ No newline at end of file From 827e9c712c6d937f344fcc29974a5ad5a1d502f3 Mon Sep 17 00:00:00 2001 From: granttnarg <48766845+granttnarg@users.noreply.github.com> Date: Wed, 25 Jun 2025 17:27:55 +0200 Subject: [PATCH 11/18] Brother eww --- bruh.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bruh.txt b/bruh.txt index abe1f07..5c05fed 100644 --- a/bruh.txt +++ b/bruh.txt @@ -1,3 +1,4 @@ -BRUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUH +BRUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUH #calm down pls! WHAAAAAAAAAAAAAAAAAAAAAAAAAAAAT THAT IS NOT POLITE! + From efce5e6941d36a22cba22cc413e7579a0e8bc6db Mon Sep 17 00:00:00 2001 From: Hamed Date: Wed, 25 Jun 2025 17:27:57 +0200 Subject: [PATCH 12/18] change some random files --- mynewfeature.txt | 1 + viktest.txt | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 viktest.txt diff --git a/mynewfeature.txt b/mynewfeature.txt index dc5a9ee..44072e0 100644 --- a/mynewfeature.txt +++ b/mynewfeature.txt @@ -1,2 +1,3 @@ Fork process: fork, clone, new-branch, make changes, add changes, commit changes, push +the open a pull request diff --git a/viktest.txt b/viktest.txt deleted file mode 100644 index 24e8535..0000000 --- a/viktest.txt +++ /dev/null @@ -1 +0,0 @@ -This contains some test text. \ No newline at end of file From d1389613a9745a89cf4a9efa67ae2e7d97664969 Mon Sep 17 00:00:00 2001 From: shivagharehzad Date: Wed, 25 Jun 2025 17:28:46 +0200 Subject: [PATCH 13/18] changed sothng --- HB_hat_keine_Idee.txt | 3 +-- aaa.txt | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/HB_hat_keine_Idee.txt b/HB_hat_keine_Idee.txt index c43181e..23e94ee 100644 --- a/HB_hat_keine_Idee.txt +++ b/HB_hat_keine_Idee.txt @@ -1,2 +1 @@ - -nee, wirklich nicht :o) +heloo mu new diff --git a/aaa.txt b/aaa.txt index 47cacb1..e42bb0b 100644 --- a/aaa.txt +++ b/aaa.txt @@ -1,4 +1,4 @@ -new file here +hhhhhnew file here Hallo world new file Ggg From 4357dc15165e6ad0e8c1556ad90dd1e6cd89a8b7 Mon Sep 17 00:00:00 2001 From: granttnarg <48766845+granttnarg@users.noreply.github.com> Date: Wed, 25 Jun 2025 17:30:37 +0200 Subject: [PATCH 14/18] emoji time --- greeting-from-berlin.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/greeting-from-berlin.txt b/greeting-from-berlin.txt index e69de29..2d5ca3f 100644 --- a/greeting-from-berlin.txt +++ b/greeting-from-berlin.txt @@ -0,0 +1,6 @@ +Hallo Nerdlings! 👁️✨ +Greetings from Jun 2025 DSR. + +🎵visit: delphicirisrecords.bandcamp.com for good tunes + +Laters 👋 \ No newline at end of file From 654ed6c94841f8d179f808f9f5f64cef404efa58 Mon Sep 17 00:00:00 2001 From: Lulezim Ukaj Date: Wed, 24 Sep 2025 17:15:19 +0200 Subject: [PATCH 15/18] first commit --- new_file.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/new_file.txt b/new_file.txt index b30fee8..3761004 100644 --- a/new_file.txt +++ b/new_file.txt @@ -1 +1,2 @@ +HEllo this is a change, New file in new branch From 6908cab4ca1c9e8aa6b8d5b4cafaac2c213f9ae7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20F=2E=20Due=C3=B1as?= <62545646+juan-duenas@users.noreply.github.com> Date: Wed, 24 Sep 2025 17:16:59 +0200 Subject: [PATCH 16/18] modified aaa.txt --- aaa.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/aaa.txt b/aaa.txt index e42bb0b..ab828c7 100644 --- a/aaa.txt +++ b/aaa.txt @@ -1,4 +1,5 @@ hhhhhnew file here Hallo world new file +Hello back to you Ggg From 2b00460339e8151fad57820628bcca04bc856dcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20F=2E=20Due=C3=B1as?= <62545646+juan-duenas@users.noreply.github.com> Date: Wed, 24 Sep 2025 17:18:45 +0200 Subject: [PATCH 17/18] modified aaa.txt --- aaa.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/aaa.txt b/aaa.txt index ab828c7..3bf7f65 100644 --- a/aaa.txt +++ b/aaa.txt @@ -1,5 +1,7 @@ hhhhhnew file here Hallo world new file -Hello back to you +Hello back to you + +How do you do? Ggg From 207818871f234c17fe7fccbaeb2289479d883b0b Mon Sep 17 00:00:00 2001 From: Thede Witschel Date: Wed, 24 Sep 2025 17:23:13 +0200 Subject: [PATCH 18/18] added ducks --- ducks.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 ducks.txt diff --git a/ducks.txt b/ducks.txt new file mode 100644 index 0000000..f52e330 --- /dev/null +++ b/ducks.txt @@ -0,0 +1 @@ +ducks... they get worse the more you know about them