2b5edc09fe7bf9029c7612ce6a9b671dbb9f633e
public/git-how.md
... | ... | @@ -32,11 +32,13 @@ This lets us observe the directory hierarchy Git creates to manage the state of |
32 | 32 | |
33 | 33 | In the first tab, |
34 | 34 | |
35 | - cd $HOME |
|
36 | - cd src |
|
37 | - rm -fR wiki |
|
38 | - mkdir wiki |
|
39 | - cd wiki |
|
35 | +``` |
|
36 | +cd $HOME |
|
37 | +cd src |
|
38 | +rm -fR wiki |
|
39 | +mkdir wiki |
|
40 | +cd wiki |
|
41 | +``` |
|
40 | 42 | |
41 | 43 | ### Create a file and initialize the repository |
42 | 44 |