Replies: 2 comments 20 replies
-
Could I ask you to be a guinea pig for our new FAQ? See https://github.com/martinvonz/jj/blob/main/docs/FAQ.md#can-i-prevent-jujutsu-from-recording-my-unfinished-work-im-not-ready-to-commit-it. Let me know if it helps, and feel very welcome to ask follow-up questions, especially if it doesn't address your question (but also in any case). |
Beta Was this translation helpful? Give feedback.
-
Just to make sure, did you see https://github.com/martinvonz/jj/blob/main/docs/git-comparison.md#the-index? Because the second paragraph there was meant to describe exactly your workflow (as far as I understand it anyway). If you missed that section, we should see how we can clarify it. |
Beta Was this translation helpful? Give feedback.
-
I see that JJ has no index:
https://github.com/martinvonz/jj/blob/main/docs/git-comparison.md
I am OK with that, but I am wondering how to adapt my current flow. usually with Git, a commit will involve multiple files. so when preparing a commit, I will:
git diff
git add file
the benefit of this is that as I make progress, the diff gets smaller. does JJ have some similar workflow to this?
Beta Was this translation helpful? Give feedback.
All reactions