From db0904a676aab208151f4c502330d865b4053abf Mon Sep 17 00:00:00 2001 From: chelseakirui <57598836+chelseakirui@users.noreply.github.com> Date: Tue, 5 May 2020 20:21:06 +0300 Subject: [PATCH 1/9] added *chelsea cherono,+254746221212*to contributors.md.md --- contributors.md => contributors.md.md.md | 0 readme.md | 5 ++--- 2 files changed, 2 insertions(+), 3 deletions(-) rename contributors.md => contributors.md.md.md (100%) diff --git a/contributors.md b/contributors.md.md.md similarity index 100% rename from contributors.md rename to contributors.md.md.md diff --git a/readme.md b/readme.md index ce81c43..734066a 100644 --- a/readme.md +++ b/readme.md @@ -17,9 +17,8 @@ git config --list #Fresh Configuration -git config --global user.name your-name -git config --global user.email your-email - +git config --global user.name your-cherono-chelsea +git config --global user.email your-cheronochelsea@gmail.com ``` - Launch your command prompt or terminal From e144bc55814a9e840e6f5926c9ab42f4fccec128 Mon Sep 17 00:00:00 2001 From: cherono-chelsea <64827709+cherono-chelsea@users.noreply.github.com> Date: Tue, 5 May 2020 20:29:30 +0300 Subject: [PATCH 2/9] Update contributors.md.md.md --- contributors.md.md.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contributors.md.md.md b/contributors.md.md.md index d1089bf..ce2e723 100644 --- a/contributors.md.md.md +++ b/contributors.md.md.md @@ -1,3 +1,4 @@ Here is a list of awesome people who have made a pull request to this project: -1. +1. chelsea cherono,+254746221212 + From 59d8c2b13e41d3c5ecb7ec0cbb7386431e320463 Mon Sep 17 00:00:00 2001 From: chelseakirui <57598836+chelseakirui@users.noreply.github.com> Date: Wed, 6 May 2020 15:28:19 +0300 Subject: [PATCH 3/9] Revert "added *chelsea cherono,+254746221212*to contributors.md.md" This reverts commit db0904a676aab208151f4c502330d865b4053abf. --- contributors.md.md.md => contributors.md | 0 readme.md | 5 +++-- 2 files changed, 3 insertions(+), 2 deletions(-) rename contributors.md.md.md => contributors.md (100%) diff --git a/contributors.md.md.md b/contributors.md similarity index 100% rename from contributors.md.md.md rename to contributors.md diff --git a/readme.md b/readme.md index 734066a..ce81c43 100644 --- a/readme.md +++ b/readme.md @@ -17,8 +17,9 @@ git config --list #Fresh Configuration -git config --global user.name your-cherono-chelsea -git config --global user.email your-cheronochelsea@gmail.com +git config --global user.name your-name +git config --global user.email your-email + ``` - Launch your command prompt or terminal From eec3281f2fcb493e4f76e011864a2e0d7cadba1d Mon Sep 17 00:00:00 2001 From: cherono-chelsea <64827709+cherono-chelsea@users.noreply.github.com> Date: Wed, 6 May 2020 15:46:40 +0300 Subject: [PATCH 4/9] Delete contributors.md --- contributors.md | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 contributors.md diff --git a/contributors.md b/contributors.md deleted file mode 100644 index ce2e723..0000000 --- a/contributors.md +++ /dev/null @@ -1,4 +0,0 @@ -Here is a list of awesome people who have made a pull request to this project: - -1. chelsea cherono,+254746221212 - From 57b68dd6b1208cc0782e1b0cb597c312e18dc787 Mon Sep 17 00:00:00 2001 From: cherono-chelsea <64827709+cherono-chelsea@users.noreply.github.com> Date: Wed, 6 May 2020 15:47:48 +0300 Subject: [PATCH 5/9] Delete readme.md --- readme.md | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 readme.md diff --git a/readme.md b/readme.md deleted file mode 100644 index ce81c43..0000000 --- a/readme.md +++ /dev/null @@ -1,40 +0,0 @@ -# Pull Request Challenge -This is a repository to help people understand the essence of pull request and how to make their first pull request. In lay man's terms, a pull request enable an owner of a repository to consider suggestions to his/her code that can improve afew things in the next update or release. It is a big step on the road to becoming a hero of the open source community and a git ninja. - -# Tasks - -1. Fork this repo onto your own github account. This is done using a button on the top of this page. - -2. Get the link for your copy of it in the "Clone or download" section. Make sure you are using your copy, not this one. - -3. On your computer, make sure you have git software installed(which can be downloaded @ https://git-scm.com/downloads) - -```Optional - -confirm git configuration - -git config --list - -#Fresh Configuration - -git config --global user.name your-name -git config --global user.email your-email - -``` - -- Launch your command prompt or terminal -- Type cd documents -- Tpe `git clone ***url***` on command prompt or terminal. - -4. Navigate to the folder(documents) to Open contributors.md and add your name to the list. - -5. Tpe `git add -A`. - -6. Type `git commit -m "added *insert name here* to contributors.md"`. - -7. Type `git push origin master`. Your forked copy of this repo on github will now have your changes. - -8. Go to the repo on github and you should be prompted about making a pull request. Click that button and submit the PR. - -9. You are done! Well done! - From 24823bd7c9445056ddf25e810736d50d5ec9b781 Mon Sep 17 00:00:00 2001 From: your-chelsea Date: Wed, 6 May 2020 19:37:18 +0300 Subject: [PATCH 6/9] Revert "Delete readme.md" This reverts commit 57b68dd6b1208cc0782e1b0cb597c312e18dc787. --- contributors.md.md | 3 +++ readme.md | 31 +++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 contributors.md.md create mode 100644 readme.md diff --git a/contributors.md.md b/contributors.md.md new file mode 100644 index 0000000..d1089bf --- /dev/null +++ b/contributors.md.md @@ -0,0 +1,3 @@ +Here is a list of awesome people who have made a pull request to this project: + +1. diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..494745a --- /dev/null +++ b/readme.md @@ -0,0 +1,31 @@ +# Pull Request Challenge +```Optional + +confirm git configuration + +git config --list + +#Fresh Configuration + +git config --global user.name your-chelsea cherono +git config --global user.email your-cheronochelsea@gmail.com + + +``` + +- Launch your command prompt or terminal +- Type cd documents +- Tpe `git clone ***url***` on command prompt or terminal. + +4. Navigate to the folder(documents) to Open contributors.md and add your name to the list. + +5. Tpe `git add -A`. + +6. Type `git commit -m "added *insert name here* to contributors.md"`. + +7. Type `git push origin master`. Your forked copy of this repo on github will now have your changes. + +8. Go to the repo on github and you should be prompted about making a pull request. Click that button and submit the PR. + +9. You are done! Well done! + From 3fbea36375e152f356c9aa407c7c7c7b60e07aaa Mon Sep 17 00:00:00 2001 From: your-chelsea Date: Wed, 6 May 2020 19:37:32 +0300 Subject: [PATCH 7/9] Update readme.md --- readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/readme.md b/readme.md index 494745a..1e13f36 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,14 @@ # Pull Request Challenge +This is a repository to help people understand the essence of pull request and how to make their first pull request. In lay man's terms, a pull request enable an owner of a repository to consider suggestions to his/her code that can improve afew things in the next update or release. It is a big step on the road to becoming a hero of the open source community and a git ninja. + +# Tasks + +1. Fork this repo onto your own github account. This is done using a button on the top of this page. + +2. Get the link for your copy of it in the "Clone or download" section. Make sure you are using your copy, not this one. + +3. On your computer, make sure you have git software installed(which can be downloaded @ https://git-scm.com/downloads) + ```Optional confirm git configuration From 3ec978776c6a4d40ba676e435e1f5111c88231dc Mon Sep 17 00:00:00 2001 From: your-chelsea Date: Wed, 6 May 2020 23:01:03 +0300 Subject: [PATCH 8/9] Update contributors.md.md --- contributors.md.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors.md.md b/contributors.md.md index d1089bf..73533b6 100644 --- a/contributors.md.md +++ b/contributors.md.md @@ -1,3 +1,3 @@ Here is a list of awesome people who have made a pull request to this project: -1. +1.chelsea cherono,+254746221212 \ No newline at end of file From 8f9c93dec3acc060c72b22bddd672c9cc4254c27 Mon Sep 17 00:00:00 2001 From: your-chelsea Date: Thu, 7 May 2020 09:43:58 +0300 Subject: [PATCH 9/9] added *chelsea cherono*to contributors.md --- contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/contributors.md b/contributors.md index d1089bf..f424b09 100644 --- a/contributors.md +++ b/contributors.md @@ -1,3 +1,4 @@ Here is a list of awesome people who have made a pull request to this project: 1. +chelsea cherono \ No newline at end of file