From bbcc436f05e96a96a3629157e70632fd2b1da25a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CEmma?= <“evm5@student.london.ac.uk> Date: Sun, 27 Jul 2025 15:56:49 +0100 Subject: [PATCH 1/2] Added dog file --- cat.txt | 2 ++ dog.txt | 1 + 2 files changed, 3 insertions(+) create mode 100644 dog.txt diff --git a/cat.txt b/cat.txt index b8f586b..d0d4f8a 100644 --- a/cat.txt +++ b/cat.txt @@ -1 +1,3 @@ This is my cat file + +The cat sat on the mat diff --git a/dog.txt b/dog.txt new file mode 100644 index 0000000..2723ac6 --- /dev/null +++ b/dog.txt @@ -0,0 +1 @@ +woof woof! \ No newline at end of file -- GitLab From 72303d1909f171bcd12dd8a09d24279a5111ecee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CEmma?= <“evm5@student.london.ac.uk> Date: Sun, 27 Jul 2025 16:01:59 +0100 Subject: [PATCH 2/2] Added dog file --- dog.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dog.txt b/dog.txt index 2723ac6..376a98f 100644 --- a/dog.txt +++ b/dog.txt @@ -1 +1,3 @@ -woof woof! \ No newline at end of file +woof woof! + +Now trying branch route \ No newline at end of file -- GitLab