From aaf432519c563e3602a6c18438b5d90b9a45c458 Mon Sep 17 00:00:00 2001 From: Mia Jimenez Date: Mon, 23 Jan 2023 16:30:30 +0000 Subject: [PATCH 1/2] edit READEME.md --- README.md | 2 +- apples.txt | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 apples.txt diff --git a/README.md b/README.md index 9d650b9..4c60f60 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # Git Collaboration **GOAL**: In this project, you and your partner will be creating a list of apples in a text document, all version-controlled with Git! While this project has an apples-listing theme, the apples (and the project) is not the point: The real goal is to give us an introduction to how we’ll be collaborating via Git in the coming lessons. -Collaborators: _________________ +Collaborators: Mia ## Part 1: First Edits and `git status` 1. Open the project in VS Code. From within your project directory, type code ., and that should open your project in VS Code. diff --git a/apples.txt b/apples.txt new file mode 100644 index 0000000..e69de29 From 4981d0f132b058f0942a6a61eca3598b576265ce Mon Sep 17 00:00:00 2001 From: Mia Jimenez Date: Mon, 23 Jan 2023 16:31:31 +0000 Subject: [PATCH 2/2] edit apples file --- apples.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/apples.txt b/apples.txt index e69de29..ffe56de 100644 --- a/apples.txt +++ b/apples.txt @@ -0,0 +1 @@ +1. granny smith \ No newline at end of file