mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-20 03:20:08 +00:00
docs git-comparison: bookmark set -> bookmark move
This commit is contained in:
parent
61429739b3
commit
9291ae4aed
1 changed files with 2 additions and 2 deletions
|
@ -341,12 +341,12 @@ parent.
|
|||
</tr>
|
||||
<tr>
|
||||
<td>Move a bookmark/branch forward</td>
|
||||
<td><code>jj bookmark set <name> -r <revision></code></td>
|
||||
<td><code>jj bookmark move <name> --to <revision></code></td>
|
||||
<td><code>git branch -f <name> <revision></code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Move a bookmark/branch backward or sideways</td>
|
||||
<td><code>jj bookmark set <name> -r <revision> --allow-backwards</code></td>
|
||||
<td><code>jj bookmark move <name> --to <revision> --allow-backwards</code></td>
|
||||
<td><code>git branch -f <name> <revision></code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue