Skip to content

포매터 및 코드

Git Diff 뷰어

Render unified diffs with side-by-side or inline view.

Runs in your browser

편집자 노트

Understanding · @@-lines, plus, minus, that's the whole format.

이 심층 챕터는 현재 영어로만 제공됩니다. 위의 변환 도구는 귀하의 언어로 작동하지만, 긴 설명 글은 아직 번역되지 않았습니다.

자주 묻는 질문

Quick answers.

What is a unified diff?

Unified diff is a standard text format that represents changes between two files. It typically uses `+` for additions, `-` for deletions, and context lines to show where the change occurred.

Is my code shared with any external servers?

No. The diff viewer operates entirely within your local browser environment. Your patch data and file contents are processed on your device and never leave it.

Which view mode should I use?

Side-by-side view is best for comparing structural changes across files, while inline view is more compact and traditional for reviewing quick logic updates.

Does this tool support syntax highlighting?

Yes. The viewer attempts to detect the programming language automatically or through file headers to provide appropriate syntax highlighting for better readability.

사람들이 다음도 검색합니다.

관련 도구

More in this room.

모두 보기 포매터 및 코드