I want to commit to a git repo from app-engine via webhooks. I cannot install git on appengine. Possible?
I think it should be on GitHub, because they have a browser based text editor which can commit via the browser. E.g. go here and click the edit
button.
GitHub api docs imply read-only operations which doesn't seem to be true.
Also, is this a bad idea? I Know it'll be tough to scale.