Skip to content

Commit 0d4daa8

Browse files
committed
Merge pull request #94 from wmmc/patch-1
Fixed mismatched brackets
2 parents fdb5ac3 + d18f4d2 commit 0d4daa8

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
@@ -195,7 +195,7 @@ <h2>log</h2>
195195
<div class="scrollblock block-checkout-replace">
196196
<h2>replace local changes</h2>
197197
<p>
198-
In case you did something wrong (which for sure never happens ;) you can replace local changes using the command<br />
198+
In case you did something wrong, which for sure never happens ;), you can replace local changes using the command<br />
199199
<code>git checkout -- &lt;filename&gt;</code><br />
200200
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.
201201
</p>

0 commit comments

Comments
 (0)