I want to know how to delete repo in github account. I cannot see any indicators to delete on github interface.
相关问题
- How to add working directory to deployment in GitH
- Upload file > 25 MB on Github
- Can I input Git command in Android Studio IDE?
- Source tree not able to push
- Git lost local commited files after git checkout
相关文章
- java开发bug问题:GitHub授权登录无法获取授权账号信息?
- Is there a Github markdown language identifier for
- “no implicit conversion of Integer into String” er
- GitHub:Enterprise post-receive hook
- git commit directory
- travis-ci setup releases with --github-token
- git commit gives error: empty commit set passed
- github部署的网站,引用的js文件报404
Go to the settings page of your repo and the bottom you can find the "Delete this repository" button under the Danger Zone area. Enter your repository name to confirm the deletion and click "I understand the consequences, delete this repository" to confirm the operation. The url will endup like below if you visit the settings page of you repository,
For example, if your name is john and have a repository named "sample_john" the url would look like this,
Warning: Doing the above operation will permanently delete your repository, wiki, issues, and comments, and remove all collaborator associations.
You might also want to delete repo from your
.git/config
fileHope this helps
Adding and Remove your remote repository from git hub:
git remote add origin https://github.com/saikumarputta/TodoApi.git
git remote remove origin
You can go to the main page of the repository and under your repository name, click "Settings"...
...and scroll down to the "Danger Zone"
you can use following shell command tools to delete remote repository on github https://github.com/dfyfhqsfly/github-delete-reponsities.git