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 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")