我从git和GitHub开始,我正在GitHub上看一个项目。我无意中点开了叉子。现在对我来说,这似乎是一个新项目。
我对此有些怀疑:
我知道如果对我的fork repo提交或做其他事情,它将被更新,但更新的代码只有在项目作者请求pull之后才会生效。对吧? 如果我去GitHub的管理面板有一个删除选项。如果我按照上面的选项删除它,对原来的是否有影响?
我想删掉它。到目前为止,我只是在研究代码,并不真正需要fork。
我从git和GitHub开始,我正在GitHub上看一个项目。我无意中点开了叉子。现在对我来说,这似乎是一个新项目。
我对此有些怀疑:
我知道如果对我的fork repo提交或做其他事情,它将被更新,但更新的代码只有在项目作者请求pull之后才会生效。对吧? 如果我去GitHub的管理面板有一个删除选项。如果我按照上面的选项删除它,对原来的是否有影响?
我想删掉它。到目前为止,我只是在研究代码,并不真正需要fork。
当前回答
只要从你的GitHub账户删除分叉回购。
https://help.github.com/articles/deleting-a-repository/
如果我去GitHub的管理面板有一个删除选项。如果我按照上面的选项删除它,对原来的是否有影响?
它不会在原来的一个做任何改变;因为,现在是你的回购了。
其他回答
我也在寻找这个问题的解决方案,特别是批量删除。我最终使用了这个解决方案- https://github.com/yangshun/delete-github-forks。
工作起来很有魅力!!
删除它对原始项目没有任何影响。编辑它只会在你的回购页面上编辑你的fork。
到目前为止,最简单的方法是登录GitHub账户:
Click to your repository for example yourUsername/yourRepository for example mbaric/zpropertyz. Then in the main toolbar of GitHub click on Settings Scroll to the bottom of the page to the section called Danger Zone and you will find Delete this repository button When you click it another pop up will appear here you need to type in your Github username and the name of your repository in this format gitHubUsername/nameOfTheRepository and click on the button below which says: I understand the consequences, delete the repository If you are having trouble doing it, below are the images that can be checked…
2020-01-15 -以下是图片。享受。
在github上删除一个存储库的简单方法:
打开要删除的存储库 然后点击settings 然后滚动到页面底部 单击“删除” 要确认删除,您需要写下要删除的github用户名和存储库名称 之后,点击“我明白后果,删除此存储库” 成功删除存储库
甜蜜而简单:
打开存储库 导航到设置 滚动到页面底部 点击删除 确认要删除的存储库的名称 点击删除