forked from mirrors/jj
Deployed e4955d2
to prerelease with MkDocs 1.5.3 and mike 2.0.0
This commit is contained in:
parent
fbff79ee50
commit
b713547577
3 changed files with 6 additions and 1 deletions
|
@ -1321,6 +1321,11 @@ parent.</p>
|
|||
<td><code>jj log</code></td>
|
||||
<td><code>git log --oneline --graph --decorate</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Show log of ancestors of the current commit only, including all ancestors, not just stopping at immutable commits</td>
|
||||
<td><code>jj log -r ::@</code></td>
|
||||
<td><code>git log</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Abandon the current change and start a new change</td>
|
||||
<td><code>jj abandon</code></td>
|
||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Reference in a new issue