Comment by qrobit
2 days ago
Just a reminder that even if you managed to amend those commits and force-push, the commits would still exist and will be addressable given the hash is known.
2 days ago
Just a reminder that even if you managed to amend those commits and force-push, the commits would still exist and will be addressable given the hash is known.
Couldn’t you expire the reflog entry and prune the db to remove it entirely?
Can't they be purged if they are dangling and the housekeeping is ran?
https://stackoverflow.com/a/47771133/8662097
related: https://news.ycombinator.com/item?id=41060102 Anyone can access deleted and private repository data on GitHub