We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81e4515 commit 3716357Copy full SHA for 3716357
README.md
@@ -1,4 +1,4 @@
1
-# WDI Sydney 5
+
2
3
First time setup instructions:
4
@@ -8,12 +8,12 @@ click the fork button on the top right so you get your own copy on github
8
9
2. clone your forked repository to your computer
10
11
-`git clone you_own_copy_of_wdi5_homework_on_github_url`
+`git clone you_own_copy_of_hw_on_github_url`
12
13
3. add upstream so your local copy's remote is referring to my repository in github (this repository)
14
15
-`cd wdi5_homework`
+`cd hw`
16
17
-`git remote add upstream http://github.com/epoch/wdi5_homework`
+`git remote add upstream http://github.com/epoch/hw`
18
19
`git pull upstream master`
0 commit comments