New Workflows Aren't Being Committed

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?

@Matt_Henry

While pushing by there would a window where it would ask to select the files to ignore /push..did you happen to unselect any of the files or folders?

If so they would not be published

Cheers

1 Like

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.

@Matt_Henry

There will a .gitignore hidden file check that file ..may be it has some command pr regex which is ignoring the new file

Cheers