Undoing and Reverting Changes in Version Control

If you need to revert changes made to your project, you can do so when the changes have been committed to Version Control.

To undo or revert your changes in Version Control, follow the steps below.

  1. Open the Project Browser.
  2. Select the project to undo or revert changes on.
  3. If the changes made are local, and have not been synced to the remote repository, you can click Undo Changes to remove the committed changes for a specific version.
  4. If the changes made were synced to the remote repository, select the desired version to Revert to. Click Revert.
  5. When prompted, confirm the Undo or Revert.

The other versions of the project will remain in the repository. However, the master copy will be reset to the selected version.