github-contents
github-contents copied to clipboard
Ability to commit to a branch other than master
Needed for https://github.com/simonw/cryptozoology/issues/19
https://developer.github.com/v3/repos/contents/ - for the contents API you can pass ?ref=branchname when reading and include branch in the POST when writing.
I need a branch_exists() method.