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

docs: Document jj backout/git revert correspondence

This commit is contained in:
Benjamin Saunders 2023-11-13 17:47:36 -08:00
parent 7269365a0d
commit 257fbe35c7

View file

@ -334,5 +334,11 @@ parent.
</td>
<td>Not supported</td>
</tr>
<tr>
<td>Create a commit that cancels out a previous commit</td>
<td><code>jj backout -r &lt;revision&gt;</code>
</td>
<td>git revert &lt;revision&gt;</td>
</tr>
</tbody>
</table>