Interactive demo · Step 1 of 3 · Add

Add a diff

Paste a Git diff or select an open-source example. Frimbim creates a reusable interview template.

Demo templates and sessions are temporary. Their links expire within two hours. Create an account to keep the template.

Or select an open-source diff:

The demo accepts diffs smaller than 250 KB, with no more than 3,000 changed lines and 75 files. An account supports larger diffs.

Using a local repository? See Git commands

Uncommitted changes:

git diff > change.patch

A branch, compared with main:

git diff main...HEAD > change.patch

A single commit or range:

git format-patch -1 <sha> --stdout > change.patch

Then paste the file's contents above.

Paste a diff to preview its files.