How do I remove files from a repository via the Bitbucket interface?
I went into the Admin tab for a repository and found how to delete an entire repository, but I cannot remove single files and folders. Thank you.
|
How do I remove files from a repository via the Bitbucket interface? I went into the |
|||
|
|
It's not really possible by design. You have to do it locally and then push the new changes. Online you can only view the repositories. |
|||||||
|
|
You may be able get there part way if the files were added as part of single changeset. The admin interface lets you strip individual changesets, which would undo this. There are a bunch of caveats:
|
|||
|
|