From fd1b832549a9a5f23e4e9560579c0ac7b703ca91 Mon Sep 17 00:00:00 2001 From: hai Date: Thu, 3 Dec 2020 16:20:29 +0700 Subject: [PATCH 1/8] add hworld file --- hellworld.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 hellworld.js diff --git a/hellworld.js b/hellworld.js new file mode 100644 index 00000000..6b2b3db0 --- /dev/null +++ b/hellworld.js @@ -0,0 +1 @@ +console.log("hello world"); From 2c3bdfa83a0e0eeedd91e202409df6220acb59d8 Mon Sep 17 00:00:00 2001 From: hai Date: Thu, 3 Dec 2020 16:24:13 +0700 Subject: [PATCH 2/8] add second line --- hellworld.js | 1 + 1 file changed, 1 insertion(+) diff --git a/hellworld.js b/hellworld.js index 6b2b3db0..8d82adc0 100644 --- a/hellworld.js +++ b/hellworld.js @@ -1 +1,2 @@ console.log("hello world"); +console.log("this is new line"); From ae81bdedd3c2d69a63afd64c86c2f6ecc6e66235 Mon Sep 17 00:00:00 2001 From: hai Date: Thu, 3 Dec 2020 16:33:43 +0700 Subject: [PATCH 3/8] adding third line --- hellworld.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hellworld.js b/hellworld.js index 8d82adc0..f08d7bf6 100644 --- a/hellworld.js +++ b/hellworld.js @@ -1,2 +1,4 @@ console.log("hello world"); console.log("this is new line"); + +console.log("this the the third line"); From 1c7023de3a0d17519cda9c7025c75f7bcb289a0b Mon Sep 17 00:00:00 2001 From: hai Date: Thu, 3 Dec 2020 16:40:13 +0700 Subject: [PATCH 4/8] new line --- hellworld.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hellworld.js b/hellworld.js index f08d7bf6..57bbdd6a 100644 --- a/hellworld.js +++ b/hellworld.js @@ -2,3 +2,5 @@ console.log("hello world"); console.log("this is new line"); console.log("this the the third line"); + +console.log("This is the new line in new branch"); From 24b820278e2b7b13fbc7bd2285581b304286f09b Mon Sep 17 00:00:00 2001 From: haitran1999 Date: Thu, 3 Dec 2020 20:28:20 +0700 Subject: [PATCH 5/8] adding collab.js --- collab.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 collab.js diff --git a/collab.js b/collab.js new file mode 100644 index 00000000..d22187ac --- /dev/null +++ b/collab.js @@ -0,0 +1 @@ +console.log("collab"); From df76ef3f0735af929200562cc8bcced527ff74eb Mon Sep 17 00:00:00 2001 From: haitran1999 Date: Thu, 3 Dec 2020 20:45:56 +0700 Subject: [PATCH 6/8] adding new line of code --- collab.js | 1 + 1 file changed, 1 insertion(+) diff --git a/collab.js b/collab.js index d22187ac..eeecf74d 100644 --- a/collab.js +++ b/collab.js @@ -1 +1,2 @@ console.log("collab"); +console.log("aaaaa"); From 551ff2c20da2e4a165b6e5f1ee8178a207ae308b Mon Sep 17 00:00:00 2001 From: haitran1999 Date: Thu, 3 Dec 2020 20:48:49 +0700 Subject: [PATCH 7/8] adding new line of code --- collab.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/collab.js b/collab.js index eeecf74d..e234c003 100644 --- a/collab.js +++ b/collab.js @@ -1,2 +1,3 @@ console.log("collab"); -console.log("aaaaa"); + +console.log("CCCC"); From 2be288e3c570f8154dedccf97274ca7f57610b4e Mon Sep 17 00:00:00 2001 From: hai Date: Thu, 3 Dec 2020 20:55:09 +0700 Subject: [PATCH 8/8] adding new file --- abc.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 abc.js diff --git a/abc.js b/abc.js new file mode 100644 index 00000000..375eb06c --- /dev/null +++ b/abc.js @@ -0,0 +1 @@ +console.log("abc");