OurBigBook
About
$
Donate
Sign in
Sign up
Git tips
/
Why is Git a DAG?
Ciro Santilli
(
@cirosantilli,
37
)
...
Computer
Software
Version control
List of version control systems
Git
Git tips
Updated
2025-07-16
0
Like
0 By others
on same topic
0 Discussions
Create my own version
Because
a
Git
commit can have more than
1
parent due to merge commits when you do:
git merge
It can even have more than
2
, there'
s
no limit. Although that is not so common (with
good
reason
,
2
is already one too many):
softwareengineering.stackexchange.com/questions/314215/can-a-git-commit-have-more-than-2-parents/377903#377903
Ancestors
(10)
Git tips
Git
List of version control systems
Version control
Software
Computer
Information technology
Area of technology
Technology
Home
View article source
Discussion
(0)
Subscribe (1)
New discussion
There are no discussions about this article yet.
Articles by others on the same topic
(0)
There are currently no matching articles.
See all articles in the same topic
Create my own version