Add files to the gitlab repository using nodes

Hi All,

I need to add or modify the files in the gitlab repository using nodes. any one can help help me on this to create the node flows for this.

One way would be to use an Exec node to run the command that you would use in a command window.

I don't think you should be manipulating files in GitLab directly unless you really have to. The workflow usually involves using git commands locally which, as Colin says, can be done via exec nodes.

There may be a GitLab cli tool though which could be used in the same way. I've not checked. I think GitHub might have something like that?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.