Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

I have a Git repository hosted publicly on GitHub that I would like to delete. How can I do this?

share|improve this question

migrated from superuser.com Nov 29 '10 at 19:03

2 Answers

See Deleting a repo, from Help.GitHub.

  1. Go to the repo's admin page

  2. Click "Delete this repository"

  3. Read the warnings and enter the name of the repository you want to delete

  4. Click "I understand the consequences, delete this repository"

Deleting a public repo will leave the forks, but if it was private, then all its forks would also be deleted.

share|improve this answer
1  
@godlinbox Deleting a private repo will delete all forks of the repo. Deleting a public repo will not. – Lipis Jan 28 '11 at 0:08

The links given above Deleting a repo says you can not use this to delete a public repository!

share|improve this answer
3  
It says forks (copies, more or less) of your repository by other users won't be deleted, your own repository will. Note the difference. – Ward Muylaert Jan 28 '11 at 0:23

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.