Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Recover a deleted repository github issues

My repository in the github had been deleted. The code was recovered, but we had a lot of Github issues i'd like to recover, is there a way to recover them once deleted?

Thanks.

like image 715
Adibe7 Avatar asked Feb 12 '12 10:02

Adibe7


People also ask

Can you recover a deleted repo?

If you deleted your repo in the last 90 days and it is not a part fork network, you can recover directly in the GitHub UI. A fork network consists of a parent repository, the repository's forks, and forks of the repository's forks.

How do I undo a delete on GitHub?

If you have deleted the file and already committed the changes, you need to use the ` git checkout` command to restore the file. First, you need to find out the checksum of the commit that deleted the file, and then check out the file from the previous commit.

How do I restore a git project?

Returning to an Old Revision In case you are using the Tower Git client, you can use the reset command right from a commit's contextual menu. And in case you made a mistake: simply hit CMD+Z to undo the reset and restore the removed commits!


2 Answers

You need to email [email protected] as soon as possible when this happens.

like image 198
Ana Betts Avatar answered Sep 29 '22 18:09

Ana Betts


I accidentally deleted our main GitHub repository instead of my own fork. I emailed [email protected] like Paul Betts suggested.

After about 10 minutes the support replied and the original repository was recovered.

like image 25
yamm Avatar answered Sep 29 '22 20:09

yamm