Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nmagee authored Sep 22, 2024
1 parent 2ba45aa commit 812d315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To stay current with new releases into the course repository, follow these steps

1. Add an upstream source
```
git remote add upstream https://github.com/uvasds-systems/ds2002-course.git
git remote add upstream https://github.com/uvasds-systems/ds2002.git
```
2. Fetch from the upstream branch:
```
Expand All @@ -49,7 +49,7 @@ git merge upstream/main main

This can be run in a single block:
```
git remote add upstream https://github.com/uvasds-systems/ds2002-course.git
git remote add upstream https://github.com/uvasds-systems/ds2002.git
git fetch upstream
git merge upstream/main main
```
Expand Down

0 comments on commit 812d315

Please sign in to comment.