Same login problem I was facing at the time commit & push but you clear all doubts. No one making video so simple in KZbin as you are making with basic. Thank you 🙏 keep spreading knowledge.
@SouravKumar-ie1qr2 жыл бұрын
That's why we are a fan of your Bro Rakesh. Thanks a lot was struggling with the Git integration from the morning.
@AutomatewithRakesh2 жыл бұрын
This is great to know Sourav
@rpathesaviour3459 Жыл бұрын
Hi Rakesh, thanks for this clear explanation on GIT concept! 😊
@AutomatewithRakesh Жыл бұрын
you are most welcome, Good Job, continue the learning journey!
@ChatGPTMasterClassAcademy2 жыл бұрын
Hi @Rakesh I have started learning version control... i am using uipath community edition ...but i am not able to See the "Team" tab in the Backstage view....how to enable it...please help
@sarojsabat69122 жыл бұрын
Every time we create new project from uipath studio ,that time do we need to create new repository folder in github or we can give same github repository folder ???
@MrAnived Жыл бұрын
Hi Rakesh, when I try to push it I don't see the sign in with GitHub option, I only see User/password and token, how can I view the former as well ?
@minalzope63552 жыл бұрын
Hello Rakesh,I cam not see Team tab on Home Tab...what can I do?
@rahulmalhotra13552 жыл бұрын
Go to tools> Plugins > git is disabled by default, to enable it, install microsoft visual c++ 2015. After that restart the studio. Go to tools > Plugins > option to enable GIT will be there.
@minalzope86922 жыл бұрын
@@rahulmalhotra1355 Thanks Rahul...GIT option enable now
@KorepuAnjineyulu-ry4kr Жыл бұрын
Hii Rakesh, In My Studio I don't have Team option and Also I don't have Add to source control option. Can you please help me how to get team option please.
@christianprior-mamulyan2 жыл бұрын
The Git integration in UiPath Studio has come a long way since they previously wrote directly into files underneath .git, but I still ask for an installation of a command line git client on any machine that I am more than occasionally developing on: The Git way to deal with the blocker "Cannot switch to brachXYZ because there are uncommitted changes" is to `git stash` and when coming back later to `git stash pop`. And I want to easily control the output of `git log`, like with the famous "a dog": `git log --all --decorate --oneline --graph` I strongly suggest to use Git CLI most of the time -- and only in the english locale. But I don't want to start a rant ;)
@vijaiganesan2 жыл бұрын
Hi, I tired, but local git folder is not getting created. Can you pls. guide that
@AutomatewithRakesh2 жыл бұрын
Might be some issues, try this : Restart the system and try to delete all that you created and redo without skipping the guided steps in the video, also check if the uipath app is enabled
@bharatraj22242 жыл бұрын
hi Rakesh, in Real time after developing Code where we will store
@vadlaprashanth61572 жыл бұрын
That's why i fan of you Mr. Rakesh ! but one question...here 1) how to connect or publish git project to orchestrator cloud??? please reply?
@jafarbasha43942 жыл бұрын
Hi i have a doubt, i am performing web automation where i need to do multiple transactions in same website but i'm using "use browser" activity and it opens new window for every transaction, can i do all the transactions in single window ?
@berryallen73792 жыл бұрын
Do u find the solution? if yes kindly share the answer
@jafarbasha43942 жыл бұрын
@@berryallen7379 may be u have to check opening new session in open browser activity
@tarakeshwarareddypa6412 Жыл бұрын
In my uipath studio there is no team option . is there any other to find thew teams
@tarakeshwarareddypa6412 Жыл бұрын
how to install microsoft visual c++ 2015. After that restart the studio??
@dakshsmy2 жыл бұрын
As always, Thanks Rakesh! :) Can we use UiPath to push code to different branches in same repository as well? If yes, I think it is also a great video idea. Otherwise I think we have to use Github App itself to do it.
@funedit7322 жыл бұрын
Hello rakesh.. I am unable to see.. Git option in.. Project folder.. Even everything is correct
@funedit7322 жыл бұрын
After that. Error is occurs there is no comit to push
@AutomatewithRakesh2 жыл бұрын
Have you enabled the uipath app in Git?
@funedit7322 жыл бұрын
@@AutomatewithRakesh yes .. Still it's not showing.. I am following step by step
@abbiramyravichanthran58472 жыл бұрын
@@funedit732 Hi Madhu....Try Enabling "hidden files and folders" from Conrtol Panel
@chetnagiri49042 жыл бұрын
@@abbiramyravichanthran5847 Thank you Abbiramy. Even I had the same issue. Now I am able to see .git folder.