From 405a1dcbdfca69ec1a53f7377b2d1ad1e2334102 Mon Sep 17 00:00:00 2001 From: UmarTxa <80740646+UmarTxa@users.noreply.github.com> Date: Thu, 14 Jul 2022 10:39:02 +0530 Subject: [PATCH] Create testchild.py --- 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..f48de65 --- /dev/null +++ b/testchild.py @@ -0,0 +1,2 @@ +## Adding a new file in child branch. +print ("Inside Child branch")