The best explanation of Git I have ever watched. Thanks. I will share it widely.
@ioannisdros77922 жыл бұрын
Great parable and quite helpful for non (strictly) dev oriented people! I will definitively refer it to colleagues! Might be helpful to also add a note (and maybe some nice drawing/diagram of yours) on `rebase`. Personally, I hate `merge` and try to use it only when there is no other way :-)
@bibliusz7772 жыл бұрын
how does it compare in terms of ergonomy to the content-addressing used by Unison?
@aelolul Жыл бұрын
They're not really comparable. Git isn't a language and Unison isn't a source control system. Git doesn't need to evaluate anything other than to compute the hash of arbitrary files. The only thing they have in common is that they both hash the objects they control.