Replies: 1 comment 1 reply
|
If you want to remove an old repository completely, deleting it from GitHub is only part of the cleanup. Delete the repository on GitHub Important: GitHub repository deletion does not automatically remove copies from existing clones, forks, or cached data elsewhere. If secrets were committed, revoke/rotate them rather than relying on deletion alone. |
Uh oh!
There was an error while loading. Please reload this page.
When testing vykar I sometimes find myself creating new test-repositories - and I want to get rid of old repositories.
On the (backup) server side, I typically just delete the repository-folder.
On the client side, are there any steps, that should / could be done, e.g. to clean old files from the cache?
I am asking, since some months ago I discovered large amounts of old cache files (several GB) lurking in ~.cache
from old, deleted repositories (from another backup program).
All reactions