|
|
|
|
|
by thataccount
14 hours ago
|
|
>Yes, Git overtook it, but I still don't really understand your point; it's not about Git, it's about a centralized forge. What you aren't understanding is that all software development proceeds first by an underlying philosophy that evolves into other solutions inspired by the software that came before it. Git inspired the way Github works. You are trying to separate the two into distinct entities when they are really a flowing into one another. |
|
Git, as a software version control platform, is supposed to be decentralized. It's designed to mimic the way that kernel development was done, with a lot of separate repos and email being used to merge in diff files.
If anything, Github really brings the subversion model to Git; Git primarily just has categorically better merging than SVN.