Skip to content

Commit 8730e63

Browse files
committed
Sync upstream
1 parent 6f34057 commit 8730e63

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,14 @@ $ git commit -m "Commit message"
4343
$ git push -u origin {branch name}
4444
```
4545

46-
8. Go to GitHub and open a pull request to the upstream repository
46+
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

Comments
 (0)