I want to create a repository and Commit a few files to it via any Python package. How do I do?
I do not understand how to add files for commit.
You can see if the new update GitHub CRUD API (May 2013) can help
The repository contents API has allowed reading files for a while. Now you can easily commit changes to single files, just like you can in the web UI. Starting today, these methods are available to you: File Create File Update File Delete
The repository contents API has allowed reading files for a while. Now you can easily commit changes to single files, just like you can in the web UI.
Starting today, these methods are available to you:
2.1m questions
2.1m answers
60 comments
57.0k users