It's not a tree, it's actually a DAG
ID: git-tips/it-s-not-a-tree-it-s-actually-a-dag
Git tips It's not a tree, it's actually a DAG by
Ciro Santilli 36 Updated 2025-04-24 +Created 1970-01-01
But not every directed acyclic graph is a tree.
Example of a tree (and therefore also a DAG):Convention in this presentation: arrows implicitly point up, just like in a
5
|
4 7
| |
3 6
|/
2
|
1
git log
, i.e.:and so on. New to topics? Read the docs here!