Steps for integrate UiPath code to BitBucket

Hi All

Could you please guide me how to integrate UiPath code to BitBucket.

Regards
Palavesakumar.

1 Like

Hi @palavesakumar

I used these steps for the BitBucket

1 - Create folder named “xxxx” in C: \ Users \ your_user \ Documents \

2 - Enter the folder and execute the following commands via terminal:
git init
git add.

3 - Then execute the following codes (will download and map each developed GIT project from xxx):

------------- REPLACE your_bitbucket user with your bitbucket user -------------

git clone https: //your_userio_bitbucke

You can check more at this link

1 Like

Thanks for your reply.