Skip to content
Open
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- Clone your forked repository on your local computer
+ git clone url_of_your_fork_on_github
- Add an upstream, so that your local copy's remote is pointing to my repository on Github (this repository)
+ Move into the the repository (cd WDI12_Homework)
+ Move into the repository (cd WDI12_Homework)
+ git remote add upstream https://github.com/ga-wolf/WDI12_Homework
+ git pull upstream master

Expand Down