GitLabApiClient
GitLabApiClient copied to clipboard
Create Commits
We want to be able to Create commits on a specific branch,
This is usually done by a POST /projects/:id/repository/commits
see here: https://docs.gitlab.com/ee/api/commits.html#create-a-commit-with-multiple-files-and-actions
Is this already present in this Client or is this feature missing? We did not find it so far.
up
It's very important feature. Will it be implemented?