File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
9
9
### Get git ready to work on homework
10
10
11
- Using the ` hyf-homework ` repo. In the terminal run ` git status `
11
+ Using the ` your hyf-homework` repo. In the terminal run ` git status `
12
12
13
13
If there are changes that have not been committed, figure out what to do with those changes
14
14
@@ -20,7 +20,7 @@ When you have figured out what to do with the changes and fixed those. Write `gi
20
20
21
21
#### Creating the branch
22
22
23
- Using the ` hyf-homework ` repo write this command
23
+ Using the ` your hyf-homework` repo write this command
24
24
25
25
` git checkout main ` - You are now on the ` main ` branch
26
26
@@ -150,7 +150,7 @@ git push origin javascript-javascript1-week1
150
150
151
151
---
152
152
153
- Go into the ` hyf-homework ` repo on https://github.com/ click on the ` Pull requests ` tab and then click the ` New pull request ` button
153
+ Go into the ` your hyf-homework` repo on https://github.com/ click on the ` Pull requests ` tab and then click the ` New pull request ` button
154
154
155
155
![ Create new pull request] ( assets/create-new-pull-request.png )
156
156
You can’t perform that action at this time.
0 commit comments