2021年5月7日星期五

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

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?

https://stackoverflow.com/questions/67443126/create-multiple-files-in-github-and-commit-via-a-single-commit-without-cloning-r May 08, 2021 at 08:55AM

没有评论:

发表评论