Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 01_materials/04_git_clone_add_push.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Let's rename the instructor repo to `upstream`, meaning where we get our changes
Then set our fork as the `origin`.

```bash
git remote mv origin upstream
git remote rename origin upstream
git remote -v
git remote add origin https://github.com/[your-username]/recipe-book.git
git remote -v
Expand Down