web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

ClassicPress Development with GitHub: Delete Repository

Ian Grieve Profile Picture Ian Grieve 22,784

GitHubWhen I started developing plugins for ClassicPress I decided that I needed to be using source control. As ClassicPress is intending to use GitHub for their plugin directory, it made sense for me to use it as well. This post is part of a series on ClassicPress Development with GitHub.

Over the last few posts, I’ve shown how to create and use the GutHub website for managing repositories. I’ve found that every so often when working with GitHub, I need to delete a repository. This is fairly simple to do, but only delete ones which you are sure are no longer needed, as there is no undo delete function.

To delete a repository, load it on the GitHub website and click the Settings button:

Repository webpage

Scroll down to the Danger Zone section and click Delete this repository:

Danger Zone section

Type the name of the repository into the box to confirm you have the right repository and click I understand the consequences, delete this repository button:

Are you absolutely sure?

You’ll be taken back to your GitHub dashboard and the repository will have been permanetly deleted.

(Visited 10 times, 1 visits today)

This was originally posted here.

Comments

*This post is locked for comments