ok/jj
1
0
Fork 0
forked from mirrors/jj

docs: add git comparison for jj workspace root

To make the jj command more discoverable.
This commit is contained in:
Valentin Gatien-Baron 2024-01-10 18:45:12 -05:00
parent 4fed19361a
commit f0dd311354

View file

@ -302,6 +302,11 @@ parent.
(there's no single command for it yet)</td>
<td><code>git co &lt;destination&gt;; git cherry-pick &lt;source&gt;</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>