From 60f26a0d9be0fc30f300d8c1ba631e819c9ce442 Mon Sep 17 00:00:00 2001 From: Gagan Gaur <40167245+gagangaur@users.noreply.github.com> Date: Sun, 16 Aug 2020 22:40:33 +0530 Subject: [PATCH 1/3] Update README.md --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 821abe7df1..695cf304ad 100644 --- a/README.md +++ b/README.md @@ -18,21 +18,25 @@ Questions can be asked by raising an `Issue`. click on the clone button (green in colour). ``` - - Using git on your local machine ``` - git clone https://github.com/eddiejaoude/hacktoberfest-practice.git + git clone https://github.com/eddiejaoude/hacktoberfest-practice.git ``` + - switch to the cloned folder -- Make a new branch ``` - git checkout -b + cd hacktoberfest-practice + + ``` + - Make a new branch +``` + git checkout -b ``` -- Make changes in your repo + - Make changes in your repo ``` touch text.txt @@ -131,3 +135,4 @@ Questions can be asked by raising an `Issue`. - [Alex Valdez](https://github.com/arevaldez) - [Jatin Rao](https://github.com/jatin2003) - [Sumeet Naik](https://github.com/sumeetweb) +- [Gagan Gaur](https://github.com/gagangaur) From 5001cdb102ed4c6b234f6e91270e6ad35a0f72f0 Mon Sep 17 00:00:00 2001 From: Gagan Gaur <40167245+gagangaur@users.noreply.github.com> Date: Mon, 17 Aug 2020 00:35:02 +0530 Subject: [PATCH 2/3] Update README.md --- README.md | 31 +++++++++++++------------------ 1 file changed, 13 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 695cf304ad..96ab837896 100644 --- a/README.md +++ b/README.md @@ -16,24 +16,24 @@ Questions can be asked by raising an `Issue`. ``` click on the clone button (green in colour). - ``` - - Using git on your local machine + - Using git on your local machine + ``` git clone https://github.com/eddiejaoude/hacktoberfest-practice.git - - ``` +``` + - switch to the cloned folder ``` - cd hacktoberfest-practice - - ``` + cd hacktoberfest-practice +``` + - Make a new branch + ``` git checkout -b - ``` - Make changes in your repo @@ -42,35 +42,30 @@ Questions can be asked by raising an `Issue`. touch text.txt echo "Hallo world" > text.txt git add text.txt - ``` + - Commit the changes ``` - git commit -m "Initial commit" + git commit -m "Initial commit" ``` - Check the staus of your repository ``` git status - ``` - + - Pushing your repository to github ``` - - git push origin - + git push origin ``` - - Pulling your request ``` - click on pull request - + click on pull request ``` ## Hacktoberfest community From aa0b64c58c327f029c285b42d89773be7a994d47 Mon Sep 17 00:00:00 2001 From: Gagan Gaur <40167245+gagangaur@users.noreply.github.com> Date: Mon, 17 Aug 2020 00:42:30 +0530 Subject: [PATCH 3/3] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 96ab837896..f70dc3e977 100644 --- a/README.md +++ b/README.md @@ -47,25 +47,25 @@ Questions can be asked by raising an `Issue`. - Commit the changes ``` - git commit -m "Initial commit" + git commit -m "Initial commit" ``` - Check the staus of your repository ``` - git status + git status ``` - Pushing your repository to github ``` - git push origin + git push origin ``` - Pulling your request ``` - click on pull request + click on pull request ``` ## Hacktoberfest community