diff --git a/docs/git-comparison.md b/docs/git-comparison.md index fc3923f4c..cf50b9453 100644 --- a/docs/git-comparison.md +++ b/docs/git-comparison.md @@ -324,7 +324,7 @@ parent. Create a copy of a commit on top of another commit - jj duplicate <source>; -d <destination> + jj duplicate <source> -d <destination> git co <destination>; git cherry-pick <source>