We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde157a commit 9af047eCopy full SHA for 9af047e
creating/index.html
@@ -36,8 +36,8 @@ <h2>
36
let's say we have a directory with a few files in it, like this:
37
38
<pre>
39
-$ cd konichiwa
40
-$ ls
+<b>$ cd konichiwa</b>
+<b>$ ls</b>
41
README hello.rb
42
</pre>
43
@@ -47,7 +47,7 @@ <h2>
47
run <code>git init</code>.
48
49
50
-$ git init
+<b>$ git init</b>
51
Initialized empty Git repository in /opt/konichiwa/.git/
52
53
@@ -56,7 +56,7 @@ <h2>
56
project snapshots are stored.
57
58
59
-$ ls -a
+<b>$ ls -a</b>
60
. .. .git README hello.rb
61
62
0 commit comments