From 83cb2d471102f25593a498608f32c69976c86bc5 Mon Sep 17 00:00:00 2001 From: Ana Date: Fri, 17 Jun 2022 06:06:25 +0000 Subject: [PATCH 1/2] first commit --- sample.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 sample.txt diff --git a/sample.txt b/sample.txt new file mode 100644 index 0000000..9fcf4d1 --- /dev/null +++ b/sample.txt @@ -0,0 +1 @@ +Hi i am Ana From 8341ce3a46dfddce7070e5ed0f950a4a4f4c21e3 Mon Sep 17 00:00:00 2001 From: AT1704 <100517419+AT1704@users.noreply.github.com> Date: Fri, 6 Mar 2026 11:57:06 +0100 Subject: [PATCH 2/2] Add testchild.py to test child branch --- testchild.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 testchild.py diff --git a/testchild.py b/testchild.py new file mode 100644 index 0000000..dc5a21a --- /dev/null +++ b/testchild.py @@ -0,0 +1,2 @@ +# Adding a new file in the child branch +print("Test child branch")