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.
1 parent 6a37941 commit d18f4d2Copy full SHA for d18f4d2
index.html
@@ -194,7 +194,7 @@ <h2>log</h2>
194
<div class="scrollblock block-checkout-replace">
195
<h2>replace local changes</h2>
196
<p>
197
- 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 />
198
<code>git checkout -- <filename></code><br />
199
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.
200
</p>
0 commit comments