diff --git a/docs/git-comparison.md b/docs/git-comparison.md index 4b62db755..bc5285985 100644 --- a/docs/git-comparison.md +++ b/docs/git-comparison.md @@ -178,6 +178,12 @@ parent. jj squash/amend -i git add -p; git commit --amend + + Interactively move part of the diff in an arbitrary change to another + arbitrary change + jj move -i --from X --to Y + Not supported + Interactively split a change in two jj split -r <revision>