0

I am new to bitbucket and would like to know how to purge wiki pages including entire history from bitbucket? sadly the documentation provided on bitbucket is incomplete or very difficult to understand for me.

their forums are not very responsive, i saw this page on thier site and followed the instructions but still the history is there and they have declared that the issue is somehow resolved.

if I do not have reasonably complete handle on deleting data that might have been committed accidentally by me then i will not use such tools.

i might be missing something obvious to the experts, so any bitbucket experts here to show right path?

mntk123
  • 905
  • 6
  • 18

1 Answers1

0

You can Clone the wiki to your git client (use Clone button in top-right of wiki Home), and delete all files locally and push empty wiki back. This clear all pages, but keeps the history.

Or just delete wiki from repo Settings (set Wiki settings to No wiki).

Y.N
  • 4,989
  • 7
  • 34
  • 61