How to delete a repository #153694
-
|
How to delete a repository? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 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.
|
Beta Was this translation helpful? Give feedback.
-
|
Thanks |
Beta Was this translation helpful? Give feedback.
-
|
GitHub will ask you to confirm by typing the repository name (e.g., your-username/repo-name). |
Beta Was this translation helpful? Give feedback.
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…