简体   繁体   中英

On Github, I permanently deleted a file and removed all commit history, yet the link to the commit still works, is there a way to remove the link too?

I've followed instructions on github's website to permanently remove a file and all commits associated with it. I've tried every option, but when I type in the link to the commit, such as:

https://github.com/{username}/{folder}/commit/{commit_id}

the history still appears there, even though my profile has no trace of this commit anymore.

This leads me to think that any changes are permanently left on Github, just that it is unlinked to your profile? Am I doing something incorrect or is this the reality of the situation? Thanks.

Am I doing something incorrect or is this the reality of the situation?

It is the situation, and what allows me to benefit from a poor man reflog (using past push event to retrieve a commit deleted locally)

You would need to contact GitHub support to request a full gc in your remote repo.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM