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..ffe56de --- /dev/null +++ b/apples.txt @@ -0,0 +1 @@ +1. granny smith \ No newline at end of file