Skip to content
Discussion options

You must be logged in to vote

Try checking your pull request history first. If you ever made a PR from that fork, it will still show the original repo even if your fork is gone.

If you never made a PR, run this in your terminal if you have GitHub CLI ,i have coded this for you

gh api /users/YOUR_USERNAME/events --paginate | jq -r 'select(.type=="ForkEvent") | .repo.name'

It lists the repos you recently forked.

If nothing shows up, look through your email or browser history for GitHub links around the time you made the fork.

Mark this answer as helpful if it worked for you.

Replies: 1 comment 1 reply

This comment was marked as off-topic.

@dev1virtuoso
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Repositories The core of version-controlled code storage Question Ask and answer questions about GitHub features and usage
2 participants