From ffb7e9be2227c81d4a357940e08afd1488d8d446 Mon Sep 17 00:00:00 2001 From: Tanisha Gupta <73746588+tanishagupta1@users.noreply.github.com> Date: Sun, 3 Oct 2021 13:11:36 +0530 Subject: [PATCH] Added upstream command --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6303ea80..ebc3f3bc 100644 --- a/README.md +++ b/README.md @@ -55,10 +55,15 @@ For the quick start, you can follow the steps below: 1. Star this repository. 2. Fork this repository. 3. Clone the **forked** repository. +4. Set this repository as upstream repository. ```yml git clone https://github.com//DSA-Java ``` +Set upstream command +```yml +git remote add upstream https://github.com/Utkarsh1504/DSA-Java.git +``` 3. Navigate to the project directory.