Improve
This commit is contained in:
parent
469e62106c
commit
6d56177ca8
1 changed files with 5 additions and 3 deletions
|
|
@ -1,14 +1,16 @@
|
||||||
# Reconcile: conflict-free 3-way text merging
|
# Reconcile: conflict-free 3-way text merging
|
||||||
|
|
||||||
> [`diff3`](https://www.gnu.org/software/diffutils/manual/html_node/Invoking-diff3.html) but with automatic conflict resolution.
|
|
||||||
|
|
||||||
[](https://github.com/schmelczer/reconcile/actions/workflows/check.yml)
|
[](https://github.com/schmelczer/reconcile/actions/workflows/check.yml)
|
||||||
[](https://github.com/schmelczer/reconcile/actions/workflows/gh-pages.yml)
|
[](https://github.com/schmelczer/reconcile/actions/workflows/gh-pages.yml)
|
||||||
|
|
||||||
TODO: add links for crates and npm
|
> [`diff3`](https://www.gnu.org/software/diffutils/manual/html_node/Invoking-diff3.html) (or `git merge`) but with automatic conflict resolution.
|
||||||
|
|
||||||
Reconcile is a Rust and JavaScript (through WebAssembly) library for merging text without user intervention. It automatically resolves conflicts that would typically require user action in traditional 3-way merge tools.
|
Reconcile is a Rust and JavaScript (through WebAssembly) library for merging text without user intervention. It automatically resolves conflicts that would typically require user action in traditional 3-way merge tools.
|
||||||
|
|
||||||
|
Try out the [interactive demo](https://schmelczer.dev/reconcile)!
|
||||||
|
|
||||||
|
TODO: add links for crates and npm
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- **Conflict-free output** - No more git conflict markers in the result
|
- **Conflict-free output** - No more git conflict markers in the result
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue