Skip to content

Commit c151d0d

Browse files
committed
Add missing shell prompt to console block
1 parent 94222b6 commit c151d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/02-git-basics/sections/viewing-history.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To get the project, run
99

1010
[source,console]
1111
----
12-
git clone https://github.com/schacon/simplegit-progit
12+
$ git clone https://github.com/schacon/simplegit-progit
1313
----
1414

1515
When you run `git log` in this project, you should get output that looks something like this:(((git commands, log)))

0 commit comments

Comments
 (0)