mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-24 12:48:55 +00:00
docs: add cherry-picking to Git-comparison table
This commit is contained in:
parent
f86c3b488b
commit
05734138e8
1 changed files with 6 additions and 0 deletions
|
@ -203,6 +203,12 @@ parent.
|
|||
<td><code>echo resolved > filename; git add filename; git
|
||||
rebase/merge/cherry-pick --continue</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Create a copy of a commit on top of another commit</td>
|
||||
<td><code>jj duplicate <source>; jj rebase -r <duplicate commit> -d <destination></code>
|
||||
(there's no single command for it yet)</td>
|
||||
<td><code>git co <destination>; git cherry-pick <source></code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>List branches</td>
|
||||
<td><code>jj branches</code></td>
|
||||
|
|
Loading…
Reference in a new issue