From 8be408abedd88dd0c1eba31329e8a480b20c4b8f Mon Sep 17 00:00:00 2001 From: Shreyas Date: Thu, 6 Feb 2025 14:38:40 +0000 Subject: [PATCH 1/2] added file2 --- file2 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 file2 diff --git a/file2 b/file2 new file mode 100644 index 0000000..636a499 --- /dev/null +++ b/file2 @@ -0,0 +1,2 @@ + this is a file named file 2 added in git_practice +in branch timepass for testing From aac7f7a5fa19f68aa1062fb8678237913e452be7 Mon Sep 17 00:00:00 2001 From: Shreyas Date: Thu, 6 Feb 2025 14:39:51 +0000 Subject: [PATCH 2/2] added file1 --- file1 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 file1 diff --git a/file1 b/file1 new file mode 100644 index 0000000..3f98999 --- /dev/null +++ b/file1 @@ -0,0 +1,4 @@ + +hello this is a test file added to this repo for testing. + +this is shreyas, adding this file in git_practice main branch