From a112a93c148ad748372a2f3e8f477d3d4e5a33fa Mon Sep 17 00:00:00 2001 From: tp-woven Date: Mon, 14 Aug 2023 13:35:54 +0900 Subject: [PATCH] Small addition to index comparison Based on https://github.com/martinvonz/jj/discussions/2068#discussioncomment-6717072 --- docs/git-comparison.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/git-comparison.md b/docs/git-comparison.md index 64d59c5e1..cbc59432e 100644 --- a/docs/git-comparison.md +++ b/docs/git-comparison.md @@ -76,7 +76,8 @@ might be used to using `git add -p; git commit`. With Jujutsu, you'd instead use `jj split` to split the working-copy commit into two commits. To add more changes into the parent commit, which you might normally use `git add -p; git commit --amend` for, you can instead use `jj squash -i` to -choose which changes to move into the parent commit. +choose which changes to move into the parent commit, or `jj squash ` to +move a specific file. ## Command equivalence table