From 6fc150fdc7357c105f2ae10cc2c2706dbf6f7f9c Mon Sep 17 00:00:00 2001 From: LeRoy Gardner Date: Thu, 7 Jul 2022 20:10:56 -0500 Subject: [PATCH 1/2] added my name to the list --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d0bd698..9eb2c42 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ ## Directions to complete this assignment -- [ ] Create your own version of this repository by clicking the Fork button in the top right of the Github screen (if you have forked correctly, you should now see your username instead of giovannixdev at the top of the repo) +- [X] Create your own version of this repository by clicking the Fork button in the top right of the Github screen (if you have forked correctly, you should now see your username instead of giovannixdev at the top of the repo) -- -- [ ] Clone this repository by using the `https://github.com/giovannixdev/Git-PR-Practice.git` (this will pull the files down to your local machine so you can work on them and make changes) +- [X] Clone this repository by using the `https://github.com/giovannixdev/Git-PR-Practice.git` (this will pull the files down to your local machine so you can work on them and make changes) -- -- [ ] Create a branch `git checkout -b 'firstName-lastName'` +- [X] Create a branch `git checkout -b 'firstName-lastName'` -- -- [ ] Add your name to the list of names below. +- [X] Add your name to the list of names below. -- - [ ] Run git add ., git commit -m "added my name to the list", and git push to send your code to Github -- @@ -19,4 +19,5 @@ ## ADD your name to this list - Giovanni Lituma -- Camila Torres \ No newline at end of file +- Camila Torres +- LeRoy Gardner From 97c36b8f8fb103685d72fd923fd9bc8d253d932b Mon Sep 17 00:00:00 2001 From: LeRoy Gardner Date: Thu, 7 Jul 2022 20:12:36 -0500 Subject: [PATCH 2/2] added my name to the list --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9eb2c42..65354e8 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,11 @@ -- - [X] Add your name to the list of names below. -- -- [ ] Run git add ., git commit -m "added my name to the list", and git push to send your code to Github +- [X] Run git add ., git commit -m "added my name to the list", and git push to send your code to Github -- -- [ ] Create a Pull Request +- [X] Create a Pull Request -- - ## ADD your name to this list - Giovanni Lituma