Skip to content

Commit 357e633

Browse files
committed
cheat sheet: Use -G instead of -S
1 parent 0358214 commit 357e633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/cheat-sheet/_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ <h3>Show every commit that modified a file, including before it was renamed:</h3
273273
</div>
274274
<div class="item">
275275
<h3>Find every commit that added or removed some text:</h3>
276-
<code>git log -S banana</code>
276+
<code>git log -G banana</code>
277277
</div>
278278
<div class="item">
279279
<h3>Show who last changed each line of a file:</h3>

0 commit comments

Comments
 (0)