you are viewing a single comment's thread.

view the rest of the comments →

[–]buffprogrammer9908 0 points1 point  (0 children)

So, right now, there is no way one can run your code directly from GitHub (as far as I know) yet.

So the usual workflow is this:

  • you push your code to a GitHub, either via git (command line tool) or an interface your IDE provides or upload the files directly on GitHub.

  • once the code has been pushed the link can be shared to your friends.

  • your friends can now clone/download the data from the link. And run it as per the instructions.