Skip to content

Commit f079631

Browse files
authored
Merge pull request #67 from tanishagupta1/main
Added upstream command
2 parents 099efc0 + ffb7e9b commit f079631

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,15 @@ For the quick start, you can follow the steps below:
5555
1. Star <a href="https://github.com/utkarsh1504/DSA-Java" title="this">this</a> repository.
5656
2. Fork <a href="https://github.com/utkarsh1504/DSA-Java" title="this">this</a> repository.
5757
3. Clone the **forked** repository.
58+
4. Set <a href="https://github.com/utkarsh1504/DSA-Java" title="this">this</a> repository as upstream repository.
5859

5960
```yml
6061
git clone https://github.com/<your-github-username>/DSA-Java
6162
```
63+
Set upstream command
64+
```yml
65+
git remote add upstream https://github.com/Utkarsh1504/DSA-Java.git
66+
```
6267

6368
3. Navigate to the project directory.
6469

0 commit comments

Comments
 (0)