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.
1 parent 6f34057 commit 8730e63Copy full SHA for 8730e63
README.md
@@ -43,4 +43,14 @@ $ git commit -m "Commit message"
43
$ git push -u origin {branch name}
44
```
45
46
-8. Go to GitHub and open a pull request to the upstream repository
+8. Go to GitHub and open a pull request to the upstream repository
47
+
48
+## How to update forked repository with our main repository
49
50
+```
51
+$ git remote add upstream "https://www.github.com/NishkarshRaj/Evolvve-Student-Chapter-App"
52
+$ git checkout master
53
+$ git fetch upstream
54
+$ git merge upstream/master
55
+$ git push -f origin master
56
0 commit comments