From f3d1f297318781e619b0f8911a044596076295b6 Mon Sep 17 00:00:00 2001 From: avmotade Date: Fri, 12 Sep 2025 15:58:08 +0530 Subject: [PATCH 1/2] second commit --- test_1.txt | 4 +++- test_2.txt | 0 test_3.txt | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 test_2.txt diff --git a/test_1.txt b/test_1.txt index 2297531..3deddd2 100644 --- a/test_1.txt +++ b/test_1.txt @@ -1,2 +1,4 @@ Hello, -Git demo \ No newline at end of file +Git demo + +commit 1 \ No newline at end of file diff --git a/test_2.txt b/test_2.txt new file mode 100644 index 0000000..e69de29 diff --git a/test_3.txt b/test_3.txt index e69de29..a7d1260 100644 --- a/test_3.txt +++ b/test_3.txt @@ -0,0 +1 @@ +commit 1 \ No newline at end of file -- 2.25.1 From 5222f539ae5be9928431212e00583e39e6809d47 Mon Sep 17 00:00:00 2001 From: avmotade Date: Fri, 12 Sep 2025 15:58:43 +0530 Subject: [PATCH 2/2] third commit --- test_1.txt | 4 +++- test_3.txt | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/test_1.txt b/test_1.txt index 3deddd2..bff87a0 100644 --- a/test_1.txt +++ b/test_1.txt @@ -1,4 +1,6 @@ Hello, Git demo -commit 1 \ No newline at end of file +commit 1 + +commit 2 \ No newline at end of file diff --git a/test_3.txt b/test_3.txt index a7d1260..19a253a 100644 --- a/test_3.txt +++ b/test_3.txt @@ -1 +1,3 @@ -commit 1 \ No newline at end of file +commit 1 + +commit 2 \ No newline at end of file -- 2.25.1