🕷️ Crawler Inspector

URL Lookup

Direct Parameter Lookup

Raw Queries and Responses

1. Shard Calculation

Query:
Response:
Calculated Shard: 138 (from laksa183)

2. Crawled Status Check

Query:
Response:

3. Robots.txt Check

Query:
Response:

4. Spam/Ban Check

Query:
Response:

5. Seen Status Check

ℹ️ Skipped - page is already crawled

đź“„
INDEXABLE
âś…
CRAWLED
14 days ago
🤖
ROBOTS ALLOWED

Page Info Filters

FilterStatusConditionDetails
HTTP statusPASSdownload_http_code = 200HTTP 200
Age cutoffPASSdownload_stamp > now() - 6 MONTH0.5 months ago
History dropPASSisNull(history_drop_reason)No drop reason
Spam/banPASSfh_dont_index != 1 AND ml_spam_score = 0ml_spam_score=0
CanonicalPASSmeta_canonical IS NULL OR = '' OR = src_unparsedNot set

Page Details

PropertyValue
URLhttps://forum.uipath.com/t/roll-back-to-a-previous-git-commit/231745
Last Crawled2026-03-26 07:52:23 (14 days ago)
First Indexed2021-11-01 15:02:39 (4 years ago)
HTTP Status Code200
Meta TitleRoll back to a previous GIT commit - Studio - UiPath Community Forum
Meta DescriptionHello all, 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 Doc…
Meta Canonicalnull
Boilerpipe Text
June 17, 2020, 9:26am 1 Hello all, 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. How do I do this? Is this possible? Hi @Mark.Edgeller I don’t know if it is the right answer but there is an option to Amend Previous commit Mark.Edgeller (Mark Edgeller) June 17, 2020, 10:22am 3 Hi @Arpit_Kesharwani , What this does is allow you to alter the message for your last commit. 1 Like JCaravaca (Jorge Caravaca) June 17, 2020, 10:42am 4 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. 1 Like Hi @JCaravaca , Thanks for this. When I do as you suggest (right-click a file and select Undo) I get the following: JCaravaca (Jorge Caravaca) June 17, 2020, 11:16am 6 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. Mark.Edgeller (Mark Edgeller) June 17, 2020, 11:34am 7 Ah, yes, then this is not what I’m asking. I want to be able to roll back to a previous commit altogether. JCaravaca (Jorge Caravaca) June 17, 2020, 11:38am 8 In that case, use Git CLI or something like Sourcetree or any other Git client.
Markdown
[UiPath Community Forum](https://forum.uipath.com/) # [Roll back to a previous GIT commit](https://forum.uipath.com/t/roll-back-to-a-previous-git-commit/231745) [Help](https://forum.uipath.com/c/build/29) [Studio](https://forum.uipath.com/c/build/studio/139) [git](https://forum.uipath.com/tag/git) [Mark.Edgeller](https://forum.uipath.com/u/Mark.Edgeller) (Mark Edgeller) June 17, 2020, 9:26am 1 Hello all, 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. How do I do this? Is this possible? [Roll Back to a specific commit in Studio](https://forum.uipath.com/t/roll-back-to-a-specific-commit-in-studio/455524/2) [Arpit\_Kesharwani](https://forum.uipath.com/u/Arpit_Kesharwani) (Arpit Kesharwani) June 17, 2020, 10:19am 2 Hi [@Mark.Edgeller](https://forum.uipath.com/u/mark.edgeller) I don’t know if it is the right answer but there is an option to Amend Previous commit [![image](https://global.discourse-cdn.com/uipath/optimized/3X/a/6/a629c931476e35c975ee526f2c63ebd0a2a2aa61_2_690x167.png)image872×212 10.4 KB](https://global.discourse-cdn.com/uipath/original/3X/a/6/a629c931476e35c975ee526f2c63ebd0a2a2aa61.png "image") [Mark.Edgeller](https://forum.uipath.com/u/Mark.Edgeller) (Mark Edgeller) June 17, 2020, 10:22am 3 Hi [@Arpit\_Kesharwani](https://forum.uipath.com/u/arpit_kesharwani), What this does is allow you to alter the message for your last commit. 1 Like [JCaravaca](https://forum.uipath.com/u/JCaravaca) (Jorge Caravaca) June 17, 2020, 10:42am 4 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. 1 Like [Mark.Edgeller](https://forum.uipath.com/u/Mark.Edgeller) (Mark Edgeller) June 17, 2020, 10:58am 5 Hi [@JCaravaca](https://forum.uipath.com/u/jcaravaca), Thanks for this. When I do as you suggest (right-click a file and select Undo) I get the following: ![image](https://global.discourse-cdn.com/uipath/original/3X/b/0/b080107b067287cc9f9236e2b08ad880a0324050.png) [JCaravaca](https://forum.uipath.com/u/JCaravaca) (Jorge Caravaca) June 17, 2020, 11:16am 6 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. [Mark.Edgeller](https://forum.uipath.com/u/Mark.Edgeller) (Mark Edgeller) June 17, 2020, 11:34am 7 Ah, yes, then this is not what I’m asking. I want to be able to roll back to a previous commit altogether. [How to get code back after clone Repository](https://forum.uipath.com/t/how-to-get-code-back-after-clone-repository/393919/2) [JCaravaca](https://forum.uipath.com/u/JCaravaca) (Jorge Caravaca) June 17, 2020, 11:38am 8 In that case, use Git CLI or something like Sourcetree or any other Git client. ### Related topics | Topic | | Replies | Views | Activity | |---|---|---|---|---| | [Roll Back to a specific commit in Studio](https://forum.uipath.com/t/roll-back-to-a-specific-commit-in-studio/455524) [Studio](https://forum.uipath.com/c/build/studio/139) [studio](https://forum.uipath.com/tag/studio/65) , [question](https://forum.uipath.com/tag/question/463) , [git](https://forum.uipath.com/tag/git/479) | 6 | 2059 | July 11, 2022 | | | [How to go back to previous version in Studio?](https://forum.uipath.com/t/how-to-go-back-to-previous-version-in-studio/784953) [Studio](https://forum.uipath.com/c/build/studio/139) [studio](https://forum.uipath.com/tag/studio/65) , [question](https://forum.uipath.com/tag/question/463) , [git](https://forum.uipath.com/tag/git/479) | 6 | 512 | December 11, 2024 | | | [Git With DevOps](https://forum.uipath.com/t/git-with-devops/740385) [Studio](https://forum.uipath.com/c/build/studio/139) [studio](https://forum.uipath.com/tag/studio/65) , [question](https://forum.uipath.com/tag/question/463) , [git](https://forum.uipath.com/tag/git/479) | 6 | 345 | May 16, 2024 | | | [Commit changes\_Undo](https://forum.uipath.com/t/commit-changes-undo/758858) [Something Else](https://forum.uipath.com/c/build/other-products/200) [feedback](https://forum.uipath.com/tag/feedback/464) | 3 | 89 | August 8, 2024 | | | [How to get code back after clone Repository](https://forum.uipath.com/t/how-to-get-code-back-after-clone-repository/393919) [Studio](https://forum.uipath.com/c/build/studio/139) [studio](https://forum.uipath.com/tag/studio/65) , [question](https://forum.uipath.com/tag/question/463) , [git](https://forum.uipath.com/tag/git/479) | 4 | 1090 | January 25, 2022 | | - [Home](https://forum.uipath.com/) - [Categories](https://forum.uipath.com/categories) - [Guidelines](https://forum.uipath.com/guidelines) - [Terms of Service](https://www.uipath.com/legal/terms-of-use) - [Privacy Policy](https://www.uipath.com/legal/privacy-policy) Powered by [Discourse](https://www.discourse.org/), best viewed with JavaScript enabled
Readable Markdown
June 17, 2020, 9:26am 1 Hello all, 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. How do I do this? Is this possible? Hi [@Mark.Edgeller](https://forum.uipath.com/u/mark.edgeller) I don’t know if it is the right answer but there is an option to Amend Previous commit [![image](https://global.discourse-cdn.com/uipath/optimized/3X/a/6/a629c931476e35c975ee526f2c63ebd0a2a2aa61_2_690x167.png)](https://global.discourse-cdn.com/uipath/original/3X/a/6/a629c931476e35c975ee526f2c63ebd0a2a2aa61.png "image") [Mark.Edgeller](https://forum.uipath.com/u/Mark.Edgeller) (Mark Edgeller) June 17, 2020, 10:22am 3 Hi [@Arpit\_Kesharwani](https://forum.uipath.com/u/arpit_kesharwani), What this does is allow you to alter the message for your last commit. 1 Like [JCaravaca](https://forum.uipath.com/u/JCaravaca) (Jorge Caravaca) June 17, 2020, 10:42am 4 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. 1 Like Hi [@JCaravaca](https://forum.uipath.com/u/jcaravaca), Thanks for this. When I do as you suggest (right-click a file and select Undo) I get the following: ![image](https://global.discourse-cdn.com/uipath/original/3X/b/0/b080107b067287cc9f9236e2b08ad880a0324050.png) [JCaravaca](https://forum.uipath.com/u/JCaravaca) (Jorge Caravaca) June 17, 2020, 11:16am 6 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. [Mark.Edgeller](https://forum.uipath.com/u/Mark.Edgeller) (Mark Edgeller) June 17, 2020, 11:34am 7 Ah, yes, then this is not what I’m asking. I want to be able to roll back to a previous commit altogether. [JCaravaca](https://forum.uipath.com/u/JCaravaca) (Jorge Caravaca) June 17, 2020, 11:38am 8 In that case, use Git CLI or something like Sourcetree or any other Git client.
Shard138 (laksa)
Root Hash4015940174418954138
Unparsed URLcom,uipath!forum,/t/roll-back-to-a-previous-git-commit/231745 s443