Revert Wiki Page History

I would like to revert to a previous version of a wiki page. I can see all my changes in the Page History however when I open the version I want revert to there is no way to copy the actual mark down. All I see is the rendered “preview”. How can I do this?

1 Like

You can do that by the following steps:

  1. clone wiki repo (“Clone repository” link on top of wiki page right panel - and you don’t need golum, only git clone <repo-url> and then cd <repo-dir>),
  2. revert commit with regular git (git revert <commit-hash>)
  3. push the change back to wiki repo (git push)