Skip to content

Commit d67453c

Browse files
committed
Add missing shell prompt and correctly mark block as console
1 parent 4f4378e commit d67453c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/08-customizing-git/sections/attributes.asc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ $ git config diff.exif.textconv exiftool
121121

122122
If you replace an image in your project and run `git diff`, you see something like this:
123123

124-
[source]
124+
[source,console]
125125
----
126-
diff --git a/image.png b/image.png
126+
$ diff --git a/image.png b/image.png
127127
index 88839c4..4afcb7c 100644
128128
--- a/image.png
129129
+++ b/image.png

0 commit comments

Comments
 (0)