Formatadores e Código
Visualizador de Git Diff
Render unified diffs with side-by-side or inline view.
Nota do editor
Understanding · @@-lines, plus, minus, that's the whole format.
Este capítulo aprofundado está disponível apenas em inglês no momento. A ferramenta de conversão acima funciona no seu idioma; o artigo explicativo longo ainda não foi traduzido.
Perguntas frequentes
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.
As pessoas também pesquisam por
Ferramentas relacionadas
More in this room.
- Comparador de Diferenças de TextoCompare blocos de texto linha a linha.
- Construtor de Pedidos APICrie, envie e inspecione pedidos HTTP — como o Postman, mas gratuito.
- Auditoria de PerformanceVerificação rápida do tempo de carregamento e peso para qualquer URL público.
- Verificador de AcessibilidadeExecute um conjunto focado de verificações WCAG em HTML colado.
- Analisador de User AgentNavegador, SO, dispositivo e motor de qualquer string UA.
- Visualizador de AlgoritmosPercorra ordenações e procura de caminhos visualmente.