|
|
|
|
|
by nbsande
1764 days ago
|
|
That's not strictly true. I'm sure thst GitHub contributed to the awareness of git among and less technically experienced especially in recent years, but use of version control systems has always been the norm in mid to large codebases and git became popular because it improved greatly on the version control systems that came before it. Another big factor contributing to it's popikaroty was that the Linux kernel (that even when git came out was a pretty big codebase already) also used it to great success. The only real credit that can be given to GitHub in my eyes is that it allows individuals to more easily host remote repos. |
|