Formateadores y código
Visor de Git Diff
Render unified diffs with side-by-side or inline view.
Nota del editor
Understanding · @@-lines, plus, minus, that's the whole format.
Este capítulo en profundidad está disponible solo en inglés por el momento. La herramienta de conversión de arriba funciona en tu idioma; el artículo explicativo extenso aún no se ha traducido.
Preguntas frecuentes
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.
La gente también busca
Herramientas relacionadas
More in this room.
- Comparador de texto (Text Diff)Compara dos bloques de texto línea por línea.
- Constructor de Peticiones APICrea, envía e inspecciona peticiones HTTP — como Postman, pero gratis.
- Auditoría de RendimientoComprobación rápida de tiempo de carga y peso para cualquier URL pública.
- Comprobador de AccesibilidadEjecuta un conjunto enfocado de verificaciones WCAG contra HTML pegado.
- Analizador de User AgentNavegador, SO, dispositivo y motor desde cualquier cadena UA.
- Visualizador de AlgoritmosVisualiza paso a paso algoritmos de ordenamiento y búsqueda de rutas.