Skip to content

Commit d18f4d2

Browse files
committed
Fixed mismatched brackets
1 parent 6a37941 commit d18f4d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ <h2>log</h2>
194194
<div class="scrollblock block-checkout-replace">
195195
<h2>replace local changes</h2>
196196
<p>
197-
In case you did something wrong (which for sure never happens ;) you can replace local changes using the command<br />
197+
In case you did something wrong, which for sure never happens ;), you can replace local changes using the command<br />
198198
<code>git checkout -- &lt;filename&gt;</code><br />
199199
this replaces the changes in your working tree with the last content in HEAD. Changes already added to the index, as well as new files, will be kept.
200200
</p>

0 commit comments

Comments
 (0)