From c28cf9d8758bb08284d2c5a936a9bfbbfa3d572d Mon Sep 17 00:00:00 2001 From: nhutb1812842 Date: Thu, 23 Sep 2021 00:10:54 +0700 Subject: [PATCH 1/6] Add hellworld.py file --- helloworld.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 helloworld.py diff --git a/helloworld.py b/helloworld.py new file mode 100644 index 00000000..3d6ea431 --- /dev/null +++ b/helloworld.py @@ -0,0 +1,2 @@ + #!/usr/bin/python3 + print(“Hello world”) From c3331b4ebf5ade4c4c4c864d910b349b1a3c7a62 Mon Sep 17 00:00:00 2001 From: nhutb1812842 Date: Thu, 23 Sep 2021 00:12:29 +0700 Subject: [PATCH 2/6] Modify hellworld.py file --- helloworld.py | 1 + 1 file changed, 1 insertion(+) diff --git a/helloworld.py b/helloworld.py index 3d6ea431..9074e8b6 100644 --- a/helloworld.py +++ b/helloworld.py @@ -1,2 +1,3 @@ #!/usr/bin/python3 print(“Hello world”) + print(“Hello Git”) From 4c18451f756bc56d571b3e33f79cb4e1058e9234 Mon Sep 17 00:00:00 2001 From: nhutb1812842 Date: Thu, 23 Sep 2021 00:19:51 +0700 Subject: [PATCH 3/6] Modify hellworld.py file --- helloworld.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helloworld.py b/helloworld.py index 9074e8b6..a152fe72 100644 --- a/helloworld.py +++ b/helloworld.py @@ -1,3 +1,3 @@ - #!/usr/bin/python3 + #!/usr/bin/python3 print(“Hello world”) - print(“Hello Git”) + print(“Hello OSS Development”) From 4d04cb1ef6d1250202cb5a1dcb7a85bdd40ca7c2 Mon Sep 17 00:00:00 2001 From: nhutb1812842 Date: Thu, 23 Sep 2021 00:24:08 +0700 Subject: [PATCH 4/6] Modify hellworld.py file --- helloworld.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helloworld.py b/helloworld.py index a152fe72..30b894ce 100644 --- a/helloworld.py +++ b/helloworld.py @@ -1,3 +1,5 @@ #!/usr/bin/python3 print(“Hello world”) print(“Hello OSS Development”) + print(“Hello CTU”) + From aebdf6faddd2c52db9d425896da6836d5d280896 Mon Sep 17 00:00:00 2001 From: nhutb1812842 Date: Thu, 23 Sep 2021 00:26:54 +0700 Subject: [PATCH 5/6] Modify hellworld.py file --- helloworld.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helloworld.py b/helloworld.py index a152fe72..93427f38 100644 --- a/helloworld.py +++ b/helloworld.py @@ -1,3 +1,5 @@ #!/usr/bin/python3 print(“Hello world”) print(“Hello OSS Development”) + print(“Hello CTU - CICT”) + From 86d0bcd8b6632107bdcff0ad3bfe2f0d99ea9314 Mon Sep 17 00:00:00 2001 From: nhutb1812842 Date: Thu, 23 Sep 2021 08:04:26 +0700 Subject: [PATCH 6/6] Modify test_git_pull_request.py file --- test_git_pull_request.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test_git_pull_request.py diff --git a/test_git_pull_request.py b/test_git_pull_request.py new file mode 100644 index 00000000..d1a89f47 --- /dev/null +++ b/test_git_pull_request.py @@ -0,0 +1,2 @@ + #!/usr/bin/python3 + print(“Test Git Pull Request extention”)