Skip to content

Commit 3716357

Browse files
committed
hide from prying eyes
1 parent 81e4515 commit 3716357

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# WDI Sydney 5
1+
22

33
First time setup instructions:
44

@@ -8,12 +8,12 @@ click the fork button on the top right so you get your own copy on github
88

99
2. clone your forked repository to your computer
1010

11-
`git clone you_own_copy_of_wdi5_homework_on_github_url`
11+
`git clone you_own_copy_of_hw_on_github_url`
1212

1313
3. add upstream so your local copy's remote is referring to my repository in github (this repository)
1414

15-
`cd wdi5_homework`
15+
`cd hw`
1616

17-
`git remote add upstream http://github.com/epoch/wdi5_homework`
17+
`git remote add upstream http://github.com/epoch/hw`
1818

1919
`git pull upstream master`

0 commit comments

Comments
 (0)