forked from mirrors/jj
Deployed bca905a
to prerelease with MkDocs 1.5.3 and mike 2.0.0
This commit is contained in:
parent
b4ba8d9a62
commit
e5fe8a3559
3 changed files with 6 additions and 1 deletions
|
@ -1506,6 +1506,11 @@ parent.</p>
|
|||
<td><code>git reset --hard</code> (same as abandoning a change since Git
|
||||
has no concept of a "change")</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Abandon the parent of the working copy, but keep its diff in the working copy</td>
|
||||
<td><code>jj move --from @-</code></td>
|
||||
<td><code>git reset --soft HEAD~</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Discard working copy changes in some files</td>
|
||||
<td><code>jj restore <paths>...</code></td>
|
||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Reference in a new issue