My Studio has recently started showing the .git folder in version control with the option to stage it. It has only started happening recently - anyone know how to fix this?
The command line does not display it.
fol
My Studio has recently started showing the .git folder in version control with the option to stage it. It has only started happening recently - anyone know how to fix this?
The command line does not display it.
fol
Hi @luke.boland
Welcome to uipath community
The source control plugins for GIT, SVN, and TFS are enabled by default in Studio. You can enable or disable them individually from Home (Studio Backstage View) > Settings > Team .
Cheers
Thanks Palaniyappan! I have got GIT enabled and this is all working correctly. The issue that I’m experiencing is that the .git folder is appearing in the staging area when it should not be (you can’t commit the .git folder to the git repo that it is in). It has also not done this in the past - only recently, with no configuration changes ocurring. Do you know why?
Hi Luke, were you able to solve this issue? I have it now as well.
hi @luke.boland
Just wanted to know if you managed to fix this issue and what did you do as I’m encountering this now. Thank you!
Hi Geline, yes, I think I was able to solve this issue by going into the project folder in File Explorer, right-clicking the .git folder and going to Properties, and then selecting “Hidden.” This should prevent Studio from tracking the .git folder.
Hi @autodev , apologies for the late reply. Ahhh, finally. It worked perfectly, thank you so much for your help!