1

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?

martineau
  • 119,623
  • 25
  • 170
  • 301
iDev
  • 2,163
  • 10
  • 39
  • 64
  • 2
    Use Git locally. Don't rely too much on GitHub web interface - that's not how you're supposed to use Git. – iBug May 08 '21 at 01:05

0 Answers0