How to delete a repository #153694
Replies: 5 comments 4 replies
This comment was marked as off-topic.
This comment was marked as off-topic.
|
To delete a GitHub repository, follow these steps: 🚀 Deleting a Repository via GitHub Website
🖥️ Deleting a Repository via GitHub DesktopGitHub Desktop does not support deleting repositories directly from GitHub. However, you can remove the local copy from your computer:
If you still need to delete it from GitHub, follow the website method above.
|
|
Thanks |
|
GitHub will ask you to confirm by typing the repository name (e.g., your-username/repo-name). |
|
To delete a GitHub repository, first navigate to its main page and click the Settings gear icon near the top. Scroll to the very bottom of that page until you find the red box called the Danger Zone, and click the Delete this repository button. Finally, follow the instructions in the popup to type the repository's name and confirm, but be careful because once it is deleted, it is gone forever. |
To delete a GitHub repository, follow these steps:
🚀 Deleting a Repository via GitHub Website
Go to GitHub
Navigate to Your Repository
Go to Repository Settings
Scroll Down to the Danger Zone
Confirm Deletion
your-username/repo-name).Done! Your reposit…