From 77fda70df98211a15c3b0e9007f9007a21d1ab3f Mon Sep 17 00:00:00 2001 From: Saurav Date: Mon, 30 Jan 2023 14:03:15 +0530 Subject: [PATCH 1/4] first added --- tests.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests.js diff --git a/tests.js b/tests.js new file mode 100644 index 0000000..f6ce6e8 --- /dev/null +++ b/tests.js @@ -0,0 +1 @@ +console.log("this is first"); From 9195b87f4ab3ce35a4f449245118a2dae8a94b5b Mon Sep 17 00:00:00 2001 From: Saurav Date: Mon, 30 Jan 2023 14:06:40 +0530 Subject: [PATCH 2/4] added second commit --- tests.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests.js b/tests.js index f6ce6e8..76635d1 100644 --- a/tests.js +++ b/tests.js @@ -1 +1,2 @@ console.log("this is first"); +console.log("this is second"); From 35fe1ba64f33684ecdc147f8d315c762f018e017 Mon Sep 17 00:00:00 2001 From: Saurav Date: Mon, 30 Jan 2023 14:12:42 +0530 Subject: [PATCH 3/4] first --- test2.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 test2.js diff --git a/test2.js b/test2.js new file mode 100644 index 0000000..8551f1d --- /dev/null +++ b/test2.js @@ -0,0 +1 @@ +console.log("this is first change"); From 5501c7f65850bbf4aced1c287d51ced7271c3835 Mon Sep 17 00:00:00 2001 From: Saurav Date: Mon, 30 Jan 2023 14:14:57 +0530 Subject: [PATCH 4/4] Update test2.js --- test2.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test2.js b/test2.js index 8551f1d..a6d2ba3 100644 --- a/test2.js +++ b/test2.js @@ -1 +1,2 @@ console.log("this is first change"); +console.log("this is second change");