gitevolved docs

Overview

git that merges by what changed, not by text lines — so your team and your AI agents work on the same code at once without the conflicts that never needed to happen.

gitevolved is a free, open-source upgrade to git. Git merges text line-by-line, so it flags a conflict whenever two edits land near each other — even when they don't actually clash. gitevolved instead records what you did (added a function, renamed a symbol, rewrote a block) as a structured operation, so edits to different parts of the same file combine cleanly and both land.

Honest scope: only edits that don't overlap the same code merge automatically. Edits that genuinely change the same code still ask a human — gitevolved just stops inventing the conflicts that never needed to happen.

The three things to know

Where to go next