From 7f51d27071be6eea4d8903bac4972b50966919e6 Mon Sep 17 00:00:00 2001 From: mishrakshitij15 <58532630+mishrakshitij15@users.noreply.github.com> Date: Sat, 31 Oct 2020 18:31:09 +0530 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6468f2d..e282e75 100644 --- a/README.md +++ b/README.md @@ -5,20 +5,20 @@ The repository has `hacktoberfest` topic added, hence the pull requests will cou ## Contributing -- Fork this repository by going to https://github.com/akshatcx/git-workshop and clicking on `Fork` -- Clone the forked repository +- Fork this repository by going to https://github.com/akshatcx/git-workshop and clicking on `Fork`. +- Clone the forked repository. ```bash git clone https://github.com//git-workshop ``` -- Change directory into the cloned folder +- Change directory into the cloned folder. ```bash cd git-workshop ``` -- Checkout to a new branch +- Checkout to a new branch. ```bash git checkout -b ``` -- Add a file `.json` in the `introductions` folder in the following format +- Add a file `.json` in the `introductions` folder in the following format. ```bash { "name": "your name", @@ -30,15 +30,15 @@ git checkout -b A sample file `akshat_chhajer.json` has been added for your reference. -- Add the newly created file +- Add the newly created file. ```bash git add . ``` -- Commit the added file +- Commit the added file. ```bash git commit -m "" ``` -- Push the code back to your repository +- Push the code back to your repository. ```bash git push origin ```