We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fdb5ac3 + d18f4d2 commit 0d4daa8Copy full SHA for 0d4daa8
index.html
@@ -195,7 +195,7 @@ <h2>log</h2>
195
<div class="scrollblock block-checkout-replace">
196
<h2>replace local changes</h2>
197
<p>
198
- In case you did something wrong (which for sure never happens ;) you can replace local changes using the command<br />
+ In case you did something wrong, which for sure never happens ;), you can replace local changes using the command<br />
199
<code>git checkout -- <filename></code><br />
200
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.
201
</p>
0 commit comments