mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-18 18:27:38 +00:00
Small addition to index comparison
Based on https://github.com/martinvonz/jj/discussions/2068#discussioncomment-6717072
This commit is contained in:
parent
9ea9c068ed
commit
a112a93c14
1 changed files with 2 additions and 1 deletions
|
@ -76,7 +76,8 @@ might be used to using `git add -p; git commit`. With Jujutsu, you'd instead
|
|||
use `jj split` to split the working-copy commit into two commits. To add more
|
||||
changes into the parent commit, which you might normally use
|
||||
`git add -p; git commit --amend` for, you can instead use `jj squash -i` to
|
||||
choose which changes to move into the parent commit.
|
||||
choose which changes to move into the parent commit, or `jj squash <file>` to
|
||||
move a specific file.
|
||||
|
||||
|
||||
## Command equivalence table
|
||||
|
|
Loading…
Reference in a new issue