View wiki page history and revert changes
Azure DevOps Services | Azure DevOps Server 2022 | Azure DevOps Server 2020 | Azure DevOps Server 2019 | TFS 2018
You can see details of the changes made to a wiki page and revert to an earlier version, if needed.
View wiki page revision history
To view the revision history of a page, select the Revisions link provided on each page. You can also select View revisions in the context menu of a page.
Revision pages show who made the change along with the revision message, date, and version or commit ID. To view details of a revision, select the message or version link.


Similar to any git file revision, the revision details page provides a Show diff side-by-side view or the Show diff inline view. Choose Preview to see the content of the page of the specific revision.

For a publish as code wiki page, you see similar information, but Revert isn't active.

Use the breadcrumbs to return to the page or revisions of the page.
Revert a commit to a provisioned wiki page
Select Revert on the revision details page to revert a change on a wiki page.
Note
The Revert option is available with TFS 2018.2 and later versions.

Revert a commit to a publish as code wiki page
If you need to revert to an earlier revision for a page that you've published as code, do one of the following actions:
- If the commit is the most recent revision to a page, you can revert from the web portal.
- If the commit is an earlier revision, with additional commits having occurred in between, create a separate branch and revert the changes in that branch.
Revert from a recent revision from the web portal
Preview any version by choosing the commit ID from the Revisions page for the selected file.
Copy the full ID of the commit by selecting
Copy-clone. Here we copy the commit ID, ca6d475a22eb1db930cf238f3b80862a78a689e4, with the abbreviated ID ofca6d475a.
Open the Repos > Commits page and paste the ID that you copied into the Commit ID box and choose
Search.
From the commit page, select
More actions, and then choose Revert.
Confirm that you want to revert. Choose Revert in the dialog.

A branch is created with the reverted changes.
Select Create Pull Request.

If instead, you receive an error message as shown, it indicates that you must create a local branch and make your changes manually as described in the next section.

Select Create in the New Pull Request form.
Select Complete to merge the changes into the main wiki branch. Optionally, check the Delete checkbox to delete the intermediate branch.

Return to the wiki, refresh the browser, and you should see the reverted content.
Revert from earlier revisions using a different branch
To revert to an earlier committed version of a publish as code wiki page (one that isn't the immediate last revision), you must update a branch other than the main branch for the wiki, and then create a pull request to the main branch.
- Create a local branch of the main wiki branch.
- View the commit history and locate the commit that contains the changes you want to undo.
- Use the revert command to revert the desired commit.
- When a conflict arises, use the conflict resolution tools to resolve the issues.
- Commit the changes locally to your local branch.
- Push the local branch to the remote server.
- Create a pull request for your local branch into main.
- Complete the pull request.
You can use the following steps to identify the commit that contains the content you want to revert to. Then, use standard Git operations to revert the content.
For more information, see the following articles:
Related articles
Feedback
Submit and view feedback for