How to Delete a GitHub Repo
May 19, 2020
When learning Git and GitHub, you create so many repos just for a test. Once you master the skill, you no longer need those repos. So, how do you delete them? This post is there to answer to your question.
Let’s go step by step!
- Login to Github
- Open the repo you want to delete
- Click Setting tab (the last on the right)
- Scroll down till the
Danger zone
(you have read well, Danger zone) - Click
Delete this repository
(once done, you cannot revert the operation, so think twice before hitting thr button)
If you are in doubt, you can hide
or archive
it.
That is it, a simple how to in 5 steps.