|
|
|
|
|
by sasham
875 days ago
|
|
Thanks! We're definitely not trying to bash Git, it's done a lot of good for software development and for sure is going to continue evolving. Git had much more edge when it was competing vs SVN and other centralized VCSs. With 10Mb networks (if you were in office) you could feel physical pain when committing stuff >< Reg how Git is not perfect in the cloud world - check out GitHub's blog post here about their cloud dev environment, Codespaces
https://github.blog/2021-08-11-githubs-engineering-team-move... "The GitHub.com repository is almost 13 GB on disk; simply cloning the repository takes 20 minutes." Moving 13GB inside your own cloud should take seconds at most. The problem is the way Git works, it clones your entire repository into the container with your cloud environment, using a slow network protocol. With Diversion it takes a few seconds. |
|
It is not about bashing git; it is about anchoring your argument of why Diversion is a better alternative around git. You're basically taking your game/arguments to their playing field, and thus will have an uphill battle for mindshre.
Instead, consider reframing the playing field and mention git less (if at all). Something like "the future of version control is blah". Surprise us, talk to us about your vision for source control, or better yet, code and multi-discipline collaboration (e.g. between eng and design), etc.