Skip to content

Commit 9274e18

Browse files
committed
Merge pull request #391 from crd/fix-console-blocks-in-02-git-basics
Add missing shell prompt to console block
2 parents 5498c0f + c151d0d commit 9274e18

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)