We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 099efc0 + ffb7e9b commit f079631Copy full SHA for f079631
README.md
@@ -55,10 +55,15 @@ For the quick start, you can follow the steps below:
55
1. Star <a href="https://github.com/utkarsh1504/DSA-Java" title="this">this</a> repository.
56
2. Fork <a href="https://github.com/utkarsh1504/DSA-Java" title="this">this</a> repository.
57
3. Clone the **forked** repository.
58
+4. Set <a href="https://github.com/utkarsh1504/DSA-Java" title="this">this</a> repository as upstream repository.
59
60
```yml
61
git clone https://github.com/<your-github-username>/DSA-Java
62
```
63
+Set upstream command
64
+```yml
65
+git remote add upstream https://github.com/Utkarsh1504/DSA-Java.git
66
+```
67
68
3. Navigate to the project directory.
69
0 commit comments