ℹ️ Skipped - page is already crawled
| Filter | Status | Condition | Details |
|---|---|---|---|
| HTTP status | PASS | download_http_code = 200 | HTTP 200 |
| Age cutoff | PASS | download_stamp > now() - 6 MONTH | 0.5 months ago |
| History drop | PASS | isNull(history_drop_reason) | No drop reason |
| Spam/ban | PASS | fh_dont_index != 1 AND ml_spam_score = 0 | ml_spam_score=0 |
| Canonical | PASS | meta_canonical IS NULL OR = '' OR = src_unparsed | Not set |
| Property | Value |
|---|---|
| URL | https://forum.uipath.com/t/roll-back-to-a-previous-git-commit/231745 |
| Last Crawled | 2026-03-26 07:52:23 (14 days ago) |
| First Indexed | 2021-11-01 15:02:39 (4 years ago) |
| HTTP Status Code | 200 |
| Meta Title | Roll back to a previous GIT commit - Studio - UiPath Community Forum |
| Meta Description | 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 Doc… |
| Meta Canonical | null |
| 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
[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:

[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
[](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:

[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. |
| Shard | 138 (laksa) |
| Root Hash | 4015940174418954138 |
| Unparsed URL | com,uipath!forum,/t/roll-back-to-a-previous-git-commit/231745 s443 |