mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-06 11:34:54 +00:00
docs: fix typo in in command
This commit is contained in:
parent
038c0bab12
commit
1f24d57325
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ parent.
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Create a copy of a commit on top of another commit</td>
|
<td>Create a copy of a commit on top of another commit</td>
|
||||||
<td><code>jj duplicate <source>; -d <destination></code></td>
|
<td><code>jj duplicate <source> -d <destination></code></td>
|
||||||
<td><code>git co <destination>; git cherry-pick <source></code></td>
|
<td><code>git co <destination>; git cherry-pick <source></code></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in a new issue