git-comparison: update git's "remove file" command

This commit is contained in:
mlcui 2023-07-11 13:41:34 +10:00 committed by mlcui
parent 2756f2f3da
commit 2c7de2045c

View file

@ -158,7 +158,7 @@ parent.
<tr>
<td>Remove a file from the current change</td>
<td><code>rm filename</code></td>
<td><code>rm filename</code></td>
<td><code>git rm filename</code></td>
</tr>
<tr>
<td>Modify a file in the current change</td>