From a61b96dd3bc1f0fe7cd2affc8aa7b69eba474eef Mon Sep 17 00:00:00 2001 From: Fruzsina Agocs Date: Mon, 18 Nov 2024 16:23:39 -0700 Subject: [PATCH 1/2] Adds Fruzsina to students --- students.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/students.txt b/students.txt index aaf32eb..7bfca01 100644 --- a/students.txt +++ b/students.txt @@ -3,5 +3,6 @@ Johanna Mfoo Poom Kfoo Jonathan Sfoo Riley Ffoo +Fruzsina Agocs Our favorite theorem is: Noether's From 7f331d3b6aed89e2cd035565a8021647e9160e73 Mon Sep 17 00:00:00 2001 From: Fruzsina Agocs <19972401+fruzsinaagocs@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:38:01 -0700 Subject: [PATCH 2/2] Typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb4b228..7b1c92a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ 3. Create a local copy of your fork: in the terminal, `git clone git@github.com:/ `. The second argument in that command is the path to where you want your local copy of the repo to live on your computer. 4. Now you have a local copy of this repo! Make some changes. Correct your name in the "students.txt" file (on your machine, not on GitHub). 5. Add the file to the upcoming commit from the terminal: `git add students.txt` -6. Add a useful message that summarizes your changes: `git commit -m "" +6. Add a useful message that summarizes your changes: `git commit -m ""` 7. Push your changes from your local environment to your fork on GitHub: `git push [--set-upstream ...]` 8. Create a pull request to the original repository (that you forked). We will review and merge them.