|
|
|
|
|
by Agingcoder
231 days ago
|
|
This is exactly what I meant.
https://git-scm.com/book/en/v2/Git-Branching-Branches-in-a-N... The book says that ‘ To really understand the way Git does branching, we need to take a step back and examine how Git stores its data’ then it starts talking about trees and blobs. At that point you’ve lost almost everyone. If you have a strong interest in vcs implementation then fine, otherwise it’s typically the kind of details you don’t want to hear about. Most people won’t read an entire book just to use a vcs, when what they actually want to hear is ‘this is a commit graph with pointers’. I agree with you : the information is there. However I don’t think you can in good faith tell most people to rtfm this, and that was my point. |
|