From 244613f560bed50f25d92abacdb8399d37ccfb92 Mon Sep 17 00:00:00 2001 From: "rsdaten@gmail.com" Date: Fri, 24 Feb 2023 17:35:46 +0100 Subject: [PATCH 1/3] rs Added sayHi hier detalierte Beschreibung bla 1 bla bla 2 bla bla bla 3 --- my.html | 1 + script.js | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 script.js diff --git a/my.html b/my.html index 0296029..08af48b 100644 --- a/my.html +++ b/my.html @@ -1,5 +1,6 @@ Welcome to Git! +

Let's have some fun!

diff --git a/script.js b/script.js new file mode 100644 index 0000000..e34ecdf --- /dev/null +++ b/script.js @@ -0,0 +1,4 @@ +function sayHi() +{ + alert("Hello, Git!"); +} \ No newline at end of file From a844a440f9df8770cc573b6c0c7369d8d3d298c5 Mon Sep 17 00:00:00 2001 From: rsntb_rs Date: Sat, 25 Feb 2023 00:27:14 +0100 Subject: [PATCH 2/3] script.js geloescht, scriptV001.js erzeugt --- scriptV001.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 scriptV001.js diff --git a/scriptV001.js b/scriptV001.js new file mode 100644 index 0000000..e34ecdf --- /dev/null +++ b/scriptV001.js @@ -0,0 +1,4 @@ +function sayHi() +{ + alert("Hello, Git!"); +} \ No newline at end of file From bd9501daeb5ad38d72db146c6513644e0191ed46 Mon Sep 17 00:00:00 2001 From: rsntb_rs Date: Sat, 25 Feb 2023 00:30:00 +0100 Subject: [PATCH 3/3] Geloescht script.js, erzeugt scriptV002 --- my.html | 2 +- script.js | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 script.js diff --git a/my.html b/my.html index 08af48b..af38074 100644 --- a/my.html +++ b/my.html @@ -1,6 +1,6 @@ Welcome to Git! - +

Let's have some fun!

diff --git a/script.js b/script.js deleted file mode 100644 index e34ecdf..0000000 --- a/script.js +++ /dev/null @@ -1,4 +0,0 @@ -function sayHi() -{ - alert("Hello, Git!"); -} \ No newline at end of file