I assume one of the main benefits of cloud coding is that every developer has access to the same code and environment. How does this application handle multiple people working at once on the same code?<p>Also, why would somebody choose this over editing files locally and committing to github? People can do that in one click if they want.
It's important to note that this means that your code is instantaneously updated to the cloud with remote box SSH directly from your OS X machine, not that you can somehow virtualize your favorite text editor and use it to edit code from a browser.