From f86c3b488b2101503a88f61bc45d6042cb90c1d0 Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Fri, 11 Mar 2022 08:06:38 -0800 Subject: [PATCH] docs: add `jj move` to Git-comparison table --- docs/git-comparison.md | 6 ++++++ 1 file changed, 6 insertions(+) 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>