How to use Unified Git Diff & Patch Studio
Read a unified patch as changed files, hunks, additions, deletions, and an accessible split or unified diff.
What to provide
Paste output from git diff or drop a .diff/.patch text file. The patch is parsed only; it is never applied.
- Paste, type, or drag and drop a supported text file into the input area.
- Review the input and the clearly labeled output behavior.
- Select “Run tool” or press Ctrl/Command + Enter, then copy, download, or move the result back into the first input for another pass.
What the result means
Per-file change statistics and a navigable visual diff.
Privacy and safety
This utility is loaded as browser code and processes your input only in this tab. OmniCastConverter has no upload endpoint and never stores your content, filenames, tokens, or secrets. Generated markup and code are shown as inert text and are never executed.
Limitations
- Everything is processed in this browser tab. Input, filenames, keys, and output are never uploaded or saved. The studio inspects unified patch structure but does not apply patches, resolve renames heuristically, or execute Git.
Try the included example
Select “Load example” at any time to restore this tested sample.
diff --git a/src/app.ts b/src/app.ts
index 1111111..2222222 100644
--- a/src/app.ts
+++ b/src/app.ts
@@ -1,2 +1,2 @@
-const mode = "old";
+const mode = "local";
export { mode };