Skip to content

Commit 05f8541

Browse files
committed
bash -> console
1 parent 12feb99 commit 05f8541

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@ machine. To preserve work on your GitHub fork, you will need to stage the
142142
changes you've made, commit them, and push the commit up to GitHub. Use
143143
the following commands to do this:
144144

145-
```sh
146-
git add .
147-
git commit -m "Completed assignment"
148-
git push
145+
```console
146+
$ git add .
147+
$ git commit -m "Completed assignment"
148+
$ git push
149149
```
150150

151151
If you visit your fork on GitHub, you should now see that _you've_ made the most

0 commit comments

Comments
 (0)