A simple web-based tool to resolve Git merge conflicts directly in your browser.
- Paste Git conflict content into a textarea
- Select whether to keep local or remote changes
- Automatically generate the cleaned output
- No backend needed — works entirely in the browser
Live demo available at: https://basemax.github.io/git-conflict-resolver-web
- Paste your file content that contains Git conflict markers (<<<<<<<,=======,>>>>>>>) into the editor.
- Choose which changes you want to keep:
- Local changes (before =======)
- Remote changes (after =======)
 
- Local changes (before 
- Click "Resolve Conflicts" and get the merged output.
This project uses only HTML, CSS, and JavaScript. To run locally, just open index.html in a browser.
MIT
Copyright 2025, Max Base