NGitLab icon indicating copy to clipboard operation
NGitLab copied to clipboard

Multiple files commit

Open pkenterlis opened this issue 2 years ago • 1 comments

Hello, is there a way to perform a multi-file commit? I need to create an initial commit with files from a zip file.

pkenterlis avatar Jan 23 '24 12:01 pkenterlis

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.

wernersbacher avatar Feb 06 '24 09:02 wernersbacher