I’m connected to a remote GIT repo with my automation project and want to know how to roll back to a previous commit using UiPath. There does not appear to be any specified workflow for this in the UiPath Documentation, or else I’m misunderstanding the process.
You can right click any file in the Project view and click Undo to go to the previously commited version of that file.
If you need to roll your entire branch back to a specific commit, I suggest using an actual Git program. Either just Git CLI or something like Sourcetree.
That’s because you haven’t done any changes in your files, compared to your current commit. It’s working as it should. If you then modify a file, save it, but later want to return to the previous state, you can use Undo.