Hacker News new | ask | show | jobs
by kccqzy 2594 days ago
Directed acyclic graph. Basically each git commit points to zero or more parent commits (usually one, zero for root commits, more than one for merge commits) and that forms a DAG.