Home > Article > Development Tools > How to delete all your own repositories on github
As programmers’ skills continue to improve, the number of our repositories on GitHub also continues to grow. Sometimes, however, we need to delete our entire GitHub account or some of its repositories to start over. This article explains how to delete your GitHub repository.
First, to delete all repositories on GitHub, you need 3 steps:
Step 1: Delete the fork
If you are forking someone else's project, you must first delete all the repositories you forked. This is because you cannot delete a forked repository unless the original repository has been deleted or you have converted it to a standalone repository.
To delete a fork, follow these steps:
Step 2: Delete your repository
Now that you have deleted all your forks, you can start deleting the repository you created on GitHub.
Step 3: Delete your account
If you want to completely delete your account from GitHub, you need to perform the following steps:
Summary:
Deleting all repositories on GitHub can be an arduous process, but it can also be the starting point. By deleting your old repository and account, you can start fresh with a clean, bright GitHub account for sharing your latest and greatest projects.
The above is the detailed content of How to delete all your own repositories on github. For more information, please follow other related articles on the PHP Chinese website!