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?