forked from mirrors/jj
docs: Document jj backout
/git revert
correspondence
This commit is contained in:
parent
7269365a0d
commit
257fbe35c7
1 changed files with 6 additions and 0 deletions
|
@ -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 <revision></code>
|
||||
</td>
|
||||
<td>git revert <revision></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue