diff --git a/docs/git-comparison.md b/docs/git-comparison.md index bc5285985..8f5d8db1f 100644 --- a/docs/git-comparison.md +++ b/docs/git-comparison.md @@ -203,6 +203,12 @@ parent. echo resolved > filename; git add filename; git rebase/merge/cherry-pick --continue + + Create a copy of a commit on top of another commit + jj duplicate <source>; jj rebase -r <duplicate commit> -d <destination> + (there's no single command for it yet) + git co <destination>; git cherry-pick <source> + List branches jj branches