mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-06 20:42:10 +00:00
git-comparison: update git's "remove file" command
This commit is contained in:
parent
2756f2f3da
commit
2c7de2045c
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ parent.
|
||||||
<tr>
|
<tr>
|
||||||
<td>Remove a file from the current change</td>
|
<td>Remove a file from the current change</td>
|
||||||
<td><code>rm filename</code></td>
|
<td><code>rm filename</code></td>
|
||||||
<td><code>rm filename</code></td>
|
<td><code>git rm filename</code></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Modify a file in the current change</td>
|
<td>Modify a file in the current change</td>
|
||||||
|
|
Loading…
Reference in a new issue