NGitLab
NGitLab copied to clipboard
Multiple files commit
Hello, is there a way to perform a multi-file commit? I need to create an initial commit with files from a zip file.
Just use the commits API and create a list with several file create actions. Check this example which uses the commits api for a single file.