Enquire Now

Tags: git-history-graph

Git represents history as a directed-acyclic-graph (DAG) of commits, where each commit has at least one parent commit (the exception to this are root commits).

0 Questions