|
|
|
|
|
by tscs37
3107 days ago
|
|
It is a blockchain is you don't merge since you have a commit pointing at a previous commit, (block points to block), merges point to two parents but Ethereum has that almost with uncle blocks. The commit log of a repo is almost certainly a blockchain, which is why I mentioned "to some extend" |
|
Think of a blockchain as only one strand (say, the leftmost strand, from a leaf all the way to the root) of a Merkle tree. Think of a git repository as the whole tree. So no, they are not equivalent.
If they were there would never be a way to have more than one branch depend on a previous one.