From 61c6db0a87c85d7ac993e3ec68d3934e2c752479 Mon Sep 17 00:00:00 2001 From: jacob Date: Tue, 2 Nov 2021 11:22:40 -0500 Subject: [PATCH 1/2] hello.txt is a lovely file --- hello.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 hello.txt diff --git a/hello.txt b/hello.txt new file mode 100644 index 0000000..f59f2d5 --- /dev/null +++ b/hello.txt @@ -0,0 +1,2 @@ +Hello! This is my first pull request. + From 79be7934704f4f1cceefd04d821815a8fdbdefc9 Mon Sep 17 00:00:00 2001 From: jacob Date: Tue, 2 Nov 2021 11:24:19 -0500 Subject: [PATCH 2/2] Time to say goodbye --- goodbye.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 goodbye.txt diff --git a/goodbye.txt b/goodbye.txt new file mode 100644 index 0000000..def298d --- /dev/null +++ b/goodbye.txt @@ -0,0 +1 @@ +Goodbye! About to submit my first pull request.