Skip to content

Commit 60e1fcd

Browse files
authored
Update README.md
1 parent bea4cef commit 60e1fcd

1 file changed

Lines changed: 31 additions & 1 deletion

File tree

README.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,32 @@
1-
# git-conflict-resolver-web
1+
# Git Conflict Resolver Web
2+
23
A simple web-based tool to resolve Git merge conflicts directly in your browser.
4+
5+
## Features
6+
7+
- Paste Git conflict content into a textarea
8+
- Select whether to keep local or remote changes
9+
- Automatically generate the cleaned output
10+
- No backend needed — works entirely in the browser
11+
12+
## Demo
13+
14+
Live demo available at: [https://basemax.github.io/git-conflict-resolver-web](https://basemax.github.io/git-conflict-resolver-web)
15+
16+
## How to Use
17+
18+
1. Paste your file content that contains Git conflict markers (`<<<<<<<`, `=======`, `>>>>>>>`) into the editor.
19+
2. Choose which changes you want to keep:
20+
- Local changes (before `=======`)
21+
- Remote changes (after `=======`)
22+
3. Click "Resolve Conflicts" and get the merged output.
23+
24+
## Development
25+
26+
This project uses only HTML, CSS, and JavaScript. To run locally, just open `index.html` in a browser.
27+
28+
## License
29+
30+
MIT
31+
32+
Copyright 2025, Max Base

0 commit comments

Comments
 (0)