devvkit / dev
Git Diff Viewer
Paste a git diff and read it visually: hunks, line numbers, additions, deletions.
Input
share this tool
related tools
Turn raw git diff output into a readable visual diff: file list, hunks, line numbers, and color-coded additions and deletions. Paste a diff or drop in a .diff/.patch file: everything stays in your browser.
>[x]Features
- -Parses unified diff (git diff) output
- -Per-file change summary with +/- counts
- -Hunk headers with old/new line numbers
- -New, deleted, and renamed file detection
- -File upload (.diff/.patch) and copy-to-clipboard
>>Use Cases
- >Reviewing a pull request diff locally
- >Reading patch files without opening a terminal
- >Auditing what changed between two commits
- >Sharing diffs with explanations for teammates