Skip to content

Commit 55c5915

Browse files
committed
Updated attributes.asc source block to remove shell prompt
1 parent 265ce1c commit 55c5915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ If you replace an image in your project and run `git diff`, you see something li
123123

124124
[source,diff]
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)