Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
English |
---|
To recover to the intended state, we will need to revert the changes made via GIT. |
We will need to do it for each app version that you wish to recover. In this example, we will focus on the latest version 3.
Make use of GIT, and perform a GIT reset.
Code Block |
---|
C:\Joget-DX7-Enterprise\wflow\app_src\supportTicket\supportTicket_3>git reset e87ec85 Unstaged changes after reset: M appConfig.xml M appDefinition.xml C:\Joget-DX7-Enterprise\wflow\app_src\supportTicket\supportTicket_3>git status On branch supportTicket_3 Changes not staged for commit: (use "git add <file>..." to update what will be committed) (use "git checkout -- <file>..." to discard changes in working directory) modified: appConfig.xml modified: appDefinition.xml |
If you are using Github Desktop, you can right-click on e87ec85 and choose "Revert Changes in Commit".
Verify the changes, resolve the conflicts if necessary, and commit the unstaged files. If you are using Github Desktop, you can inspect them in "Changes" tab, resolve the conflicts if necessary, and commit the unstaged files.