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

Deployed bca905a to prerelease with MkDocs 1.5.3 and mike 2.0.0

This commit is contained in:
jj-docs[bot] 2024-02-10 16:49:34 +00:00
parent b4ba8d9a62
commit e5fe8a3559
3 changed files with 6 additions and 1 deletions

View file

@ -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 &lt;paths&gt;...</code></td>

File diff suppressed because one or more lines are too long

Binary file not shown.