I have a repository that still testing. And I made a lot of squash
and git push --force -u origin master
.
There were some commits, I made that for closing issues, and I squashed some of that.
Now, I found a problem with github.
In the github issues page, I can still found some commit hash that no longer show in repository commit log, and can not access by git rebase -i xxxx
, the command will return fatal: invalid upstream 'xxxx'
.
But I can still access this kind of commits in the github issue log by the commit hash in the issue pages.
Is there any way to remove this kind of commit logs in github issue logs?