Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 1.96 KB

viewing-a-wikis-history-of-changes.md

File metadata and controls

54 lines (42 loc) · 1.96 KB
title intro product redirect_from versions topics shortTitle
Viewing a wiki's history of changes
Because wikis are Git repositories, every change you make is a commit that you can view.
{% data reusables.gated-features.wikis %}
/articles/viewing-a-wiki-s-history-of-changes
/articles/viewing-a-wikis-history-of-changes
/github/building-a-strong-community/viewing-a-wikis-history-of-changes
fpt ghes ghec
*
*
*
Community
View a history of changes

Viewing wiki history

Wiki history includes:

  • The user who made the change
  • The commit message they provided
  • When the change was made

{% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.sidebar-wiki %}

  1. Using the wiki sidebar, navigate to the page whose history you want to view.

  2. At the top of the wiki, click the revision link.

    Screenshot of the title of a wiki page. The revision link is outlined in dark orange.

Viewing previous content

On the wiki history table, you can click a SHA-1 hash (the sequence of letters and numbers to the far right) to see a wiki page as it existed at a particular point in time.

Screenshot of the revisions page. The wiki's SHA number is outlined in dark orange.

Comparing two revisions

  1. Select two rows that you want to compare.
  2. At the top of the history table, on the right side, click Compare Revisions.
  3. You'll see a diff of the changes showing which lines were added, removed, and modified.

Reverting previous changes

You can only revert changes if you have permission to edit the wiki.

  1. Select a row that you want to revert.
  2. At the top of the history table, on the right side, click Compare Revisions.
  3. You'll see a diff of the changes showing which lines were added, removed, and modified.
  4. To revert the newer changes, click Revert Changes.