From c56102c04fd2a7794c7a1884934df34d33a85483 Mon Sep 17 00:00:00 2001 From: DeveloperSolaiman <83957940+DeveloperSolaiman@users.noreply.github.com> Date: Sat, 16 Oct 2021 21:40:00 +0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ebc9e1b..2281ddf 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This is an important step to mark your commits to your name and email. ### Fork a project -You can make a copy of the project to your account. This process is called forking a project to your Github account. On Upper right side of project page on Github, you can see. +You can make a copy of the project to your account. This process is called forking a project to your Github account. On Upper right side of project page on Github, you can see clearly. Click on fork to create a copy of project to your account. This creates a separate copy for you to work on. ### Clone the forked project @@ -27,7 +27,7 @@ Now you have the project on your local machine. ### Add a remote (upstream) to original project repository Remote means the remote location of project on Github. By cloning, we have a remote called origin which points to your forked repository. Now we will add a remote to the original repository from where we had forked. -`$ cd ` `$ git remote add upstream https://github.com/drishyadamodaran/hacktoberfest2021_CP.git` +$ cd ` `$ git remote add upstream https://github.com/drishyadamodaran/hacktoberfest2021_CP.git` You will see the benefits of adding remote later. ### Synchronizing your fork