mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-01 00:50:57 +00:00
docs/FAQ: fix incorrect change ID for commit removed as parent
This commit is contained in:
parent
f4c0baf712
commit
e415c09ede
1 changed files with 3 additions and 2 deletions
|
@ -219,8 +219,9 @@ Now you're ready to work:
|
||||||
- The private commit _wwwwwwww_ is the second parent of the merge commit.
|
- The private commit _wwwwwwww_ is the second parent of the merge commit.
|
||||||
- The working copy (_vvvvvvvv_) contains changes from both.
|
- The working copy (_vvvvvvvv_) contains changes from both.
|
||||||
|
|
||||||
As you work, squash your changes using `jj squash --into xxxxxxxx`. Or, you can
|
As you work, squash your changes using `jj squash --into xxxxxxxx`. Or you can
|
||||||
keep your changes in a separate commit and remove _ttsqqnrx_ as a parent:
|
keep your changes in a separate commit without the private commit _wwwwwwww_ as a
|
||||||
|
parent:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
# Remove the private commit as a parent
|
# Remove the private commit as a parent
|
||||||
|
|
Loading…
Reference in a new issue