Hello.
Is there a way to create a single commit with the multiple files changed?
I found the next API endpoints for creating a commit, but they all only manipulate one file:
- Update a file in a repository (Gitea API)
- Create a file in a repository (Gitea API)
- Delete a file in a repository
Thank you.