mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-18 02:04:19 +00:00
FAQ: Make a question clearer.
It seems that "amended" is not clear enough for users. So use simpler terms. Suggestion from ilyagr in [Discord](https://discord.com/channels/968932220549103686/1201196831653236756/1201268055678931147).
This commit is contained in:
parent
969db1b58d
commit
068f511b3f
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ You'll then need to use `jj new --before` to create new commits
|
|||
and `jj move --to`
|
||||
to move new changes into the correct commits.
|
||||
|
||||
### I accidentally amended the working copy. How do I move the new changes into its own commit?
|
||||
### I accidentally changed files in the wrong commit, how do I move the recent changes into another commit?
|
||||
|
||||
Use `jj obslog -p` to see how your working-copy commit has evolved. Find the
|
||||
commit you want to restore the contents to. Let's say the current commit (with
|
||||
|
|
Loading…
Reference in a new issue