Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added useful directly to readme
  • Loading branch information
Frank Zappulla committed Sep 19, 2020
1 parent af9b7bd commit e42c560
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -3,3 +3,11 @@
#### How to set upstream to allow pull from original repo

[link to stack overflow](https://stackoverflow.com/questions/3903817/pull-new-updates-from-original-github-repository-into-forked-github-repository)

- `git remote add upstream https://github.uconn.edu/omk12001/cse4302.git`
- `git fetch upstream`
- `git merge upstream/master master`

Alternatively you can rebase

- `git rebase upstream/master`

0 comments on commit e42c560

Please sign in to comment.