Skip to content

Commit

Permalink
docs: fix typo in in command
Browse files Browse the repository at this point in the history
  • Loading branch information
evmar authored and martinvonz committed Jan 10, 2025
1 parent 038c0ba commit 1f24d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/git-comparison.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ parent.
</tr>
<tr>
<td>Create a copy of a commit on top of another commit</td>
<td><code>jj duplicate &lt;source&gt;; -d &lt;destination&gt;</code></td>
<td><code>jj duplicate &lt;source&gt; -d &lt;destination&gt;</code></td>
<td><code>git co &lt;destination&gt;; git cherry-pick &lt;source&gt;</code></td>
</tr>
<tr>
Expand Down

0 comments on commit 1f24d57

Please sign in to comment.