How change revision of a project to a specific previous version? I want to resume the parameters that were in 18 revision of a project, but now I am on 20 revision. The parameters I set not satisfy me. I can see the log of changes in the History tab, but how to move back on specific previous revision?
Hi @Shakhbazov_I.O, sorry for the delayed response
The project history is stored in Git. Unfortunately the GUI does not directly provide an interface to revert to a previous project version, but you can use Git commands at the terminal. Open a terminal, go to the project directory and execute git checkout 18