From 1f24d573250415487b80d91c0eeed6706ac7fdf0 Mon Sep 17 00:00:00 2001 From: Evan Martin Date: Fri, 10 Jan 2025 13:06:35 -0800 Subject: [PATCH] docs: fix typo in in command --- docs/git-comparison.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>