1
0

added some highlighting

This commit is contained in:
Scott Chacon 2010-06-10 14:43:36 -07:00
parent fde157a4cb
commit 9af047e6f2

View File

@ -36,8 +36,8 @@ layout: reference
let's say we have a directory with a few files in it, like this: let's say we have a directory with a few files in it, like this:
<pre> <pre>
$ cd konichiwa <b>$ cd konichiwa</b>
$ ls <b>$ ls</b>
README hello.rb README hello.rb
</pre> </pre>
@ -47,7 +47,7 @@ README hello.rb
run <code>git init</code>. run <code>git init</code>.
<pre> <pre>
$ git init <b>$ git init</b>
Initialized empty Git repository in /opt/konichiwa/.git/ Initialized empty Git repository in /opt/konichiwa/.git/
</pre> </pre>
@ -56,7 +56,7 @@ Initialized empty Git repository in /opt/konichiwa/.git/
project snapshots are stored. project snapshots are stored.
<pre> <pre>
$ ls -a <b>$ ls -a</b>
. .. .git README hello.rb . .. .git README hello.rb
</pre> </pre>