← Back to context

Comment by onraglanroad

10 hours ago

Git doesn't fundamentally work with diffs (patches). It stores the complete file and generates a diff.

So you can use any diff tool you like with git, and I presume also with JJ. Look for the setting.

Edit: in git it's the diff.external setting