Skip to content

Commit

Permalink
extend explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelstroschein committed Oct 7, 2024
1 parent 7b44e2e commit 887b812
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lix/packages/sdk/docs/20-concepts/30-change-graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,6 @@ graph TB

### Why not call it change history?

The term "history" implies a linear sequence of changes which is incorrect. A lix change graph visualizes the relationships between changes, which includes the history but also includes other relationships such as dependencies and merges.
A lix change graph provides more than history.

The term "history" implies a linear sequence of changes. That holds true in most apps like Google Docs that provide a "history" feature. In lix however, changes are tracked as graph. The graph includes the history but also includes the relationships between changes, such as dependencies and merges.

0 comments on commit 887b812

Please sign in to comment.