I recently emailed myself a UiPath project that I had yet to commit to git. When I created a repo and committed my project, all of the workflows I created after downloading it from my email are not committing to git.
All of my newly created workflows still have a green plus next to it after I commit and push them to my repo. This is not the case with new projects created from studio.
Is there a way to reconfigure my project so that all files (new and old) are automatically pushed to my git repository? Is it a matter of deleting a few folders that are automatically recreated by studio when opening a project?
The window show up and everything is selected. When I click commit and push, everything gets pushed except for the new file. When I go into gitbash and use the ‘git status’ command, it says that new workflow is not being tracked. I’m thinking there was some configuration issue that got out of whack when I downloaded it from my email.