forked from mirrors/jj
docs: add git comparison for jj workspace root
To make the jj command more discoverable.
This commit is contained in:
parent
4fed19361a
commit
f0dd311354
1 changed files with 5 additions and 0 deletions
|
@ -302,6 +302,11 @@ parent.
|
|||
(there's no single command for it yet)</td>
|
||||
<td><code>git co <destination>; git cherry-pick <source></code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Find the root of the working copy (or check if in a repo)</td>
|
||||
<td><code>jj workspace root</code></td>
|
||||
<td><code>git rev-parse --show-toplevel</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>List branches</td>
|
||||
<td><code>jj branch list</code></td>
|
||||
|
|
Loading…
Reference in a new issue