Git pull request using cmd

Hi, is it possible to do a pull request using the command line?

Hi

Welcome to uipath community

Yeah there are many ways to PULL and PUSH GIT with command line

But are you looking to execute through RPA-UiPath

Cheers @cherserg

Yes, just using UiPath.Studio.CommandLine.exe for example. Something like this: “UiPath.Studio.CommandLine.exe pull --repository --destination”.

Aah you can save that command line in a notepad as a bat file and execute that in UiPath with a START PROCESS activity where pass the filepath of that bat file as input

@cherserg

This utility does not have a command “pull”, only “git clone”

I just realized i can use git for it. I am new, sorry for dumb qustion)

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