Hi, I'm reading https://education.github.com/ and having difficulty understanding how this is different from normal github.
Eg under student features, it lists "Stop emailing code" (you can already do this by giving people the url of your repo), "Never lose your work" (this is already feature of git), "Stay organized" (repos already have issues and pull requests), "Build a portfolio" (this already happens when our repos are public).
Under teacher features, it lists "Distribute starter code" (I can already say "clone this repo"), "Give students feedback" (I can already send them pull requests, or have them add me as a collaborator), "Provide automated tests" (Travis CI is already available as a webhook), "Collect assignments" they can just send me the urls of their repos.
Everything they seem to be advocating, you get with git / github, already, and you don't have to use organizations (which might be wonderful, or might just be overhead, I'm not sure -- I've never felt the need for one). So how is this different from just using git / github?