Checkout past commits

0
Hi everyone,   New to mendix here, I would like to consult the community if there is a way I can checkout the previous committed version in the repository? As I inherited the application I am supporting right, I need to check the logic of the deleted microflows and scheduled event that was deleted from the application before I took over.
asked
1 answers
6

Hello Kyrie Jericho Cerezo,

 

You can use Tortoise Git. After you install it, right click the project folder and click tortoisegit > show logs. You can find all commits, select one and export it as new project and do the comparison.

 

If you want to go back to the previous commit, use git revert to revert the latest commits.

 

Hope my answer helps. Reach me out for any queries.

answered