Create multiple files in GitHub and commit via a single commit without cloning repo locally

204 Views Asked by At

I was looking at the documentation for creating a file in GitHub using PyGitHub: https://pygithub.readthedocs.io/en/latest/github_objects/Repository.html However, it creates a commit for each file.

In my use case, I will have several files to create and would prefer to commit them once instead of individual commits.

Any pointers on how to achieve this?

0

There are 0 best solutions below