From 55990b4275e8f154a20f5999722b86c2bd75a64b Mon Sep 17 00:00:00 2001 From: thrisha Date: Tue, 6 Feb 2024 11:13:49 +0530 Subject: [PATCH 1/4] added hello file --- hello.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello.txt diff --git a/hello.txt b/hello.txt new file mode 100644 index 0000000..e039be3 --- /dev/null +++ b/hello.txt @@ -0,0 +1 @@ +second line From 8f1fb97b2153ace51b87707c3a987652d19e9dc6 Mon Sep 17 00:00:00 2001 From: thrisha Date: Tue, 6 Feb 2024 11:17:31 +0530 Subject: [PATCH 2/4] Added linux message --- linux.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 linux.txt diff --git a/linux.txt b/linux.txt new file mode 100644 index 0000000..2b76a4f --- /dev/null +++ b/linux.txt @@ -0,0 +1 @@ +Hello Linux From 7221a61a44a088670f893270e5486af5062425d3 Mon Sep 17 00:00:00 2001 From: thrisha Date: Tue, 6 Feb 2024 11:18:26 +0530 Subject: [PATCH 3/4] Delete linux message --- linux.txt | 1 - 1 file changed, 1 deletion(-) delete mode 100644 linux.txt diff --git a/linux.txt b/linux.txt deleted file mode 100644 index 2b76a4f..0000000 --- a/linux.txt +++ /dev/null @@ -1 +0,0 @@ -Hello Linux From 3a25b3e38c836b65c2d346cff93272e6302c10a6 Mon Sep 17 00:00:00 2001 From: thrisha Date: Tue, 13 Feb 2024 13:59:35 +0530 Subject: [PATCH 4/4] paymentfile added to feature1 --- payment.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 payment.py diff --git a/payment.py b/payment.py new file mode 100644 index 0000000..9384d41 --- /dev/null +++ b/payment.py @@ -0,0 +1 @@ +thrisha payment file