I looked through all the documentation, but this does not answer my question.
Is there a way to write a repo (upload a file)? Something like creating a folder and loading readme.md
[edit]
Got it.
This can be done using Blob from the Git DB API, here's the doc API:
http://developer.github.com/v3/git/
source share