Hi All
Could you please guide me how to integrate UiPath code to BitBucket.
Regards
Palavesakumar.
Hi All
Could you please guide me how to integrate UiPath code to BitBucket.
Regards
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
Thanks for your reply.