我从git和GitHub开始,我正在GitHub上看一个项目。我无意中点开了叉子。现在对我来说,这似乎是一个新项目。
我对此有些怀疑:
我知道如果对我的fork repo提交或做其他事情,它将被更新,但更新的代码只有在项目作者请求pull之后才会生效。对吧? 如果我去GitHub的管理面板有一个删除选项。如果我按照上面的选项删除它,对原来的是否有影响?
我想删掉它。到目前为止,我只是在研究代码,并不真正需要fork。
我从git和GitHub开始,我正在GitHub上看一个项目。我无意中点开了叉子。现在对我来说,这似乎是一个新项目。
我对此有些怀疑:
我知道如果对我的fork repo提交或做其他事情,它将被更新,但更新的代码只有在项目作者请求pull之后才会生效。对吧? 如果我去GitHub的管理面板有一个删除选项。如果我按照上面的选项删除它,对原来的是否有影响?
我想删掉它。到目前为止,我只是在研究代码,并不真正需要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账户删除分叉回购。
https://help.github.com/articles/deleting-a-repository/
如果我去GitHub的管理面板有一个删除选项。如果我按照上面的选项删除它,对原来的是否有影响?
它不会在原来的一个做任何改变;因为,现在是你的回购了。
删除派生的存储库不会影响主(原始)存储库。
就像我已经通过删除一个分叉回购展示了一个例子。
并且不更改原始存储库。
主回购有点像原始回购。
分叉和复制原稿是一样的。即使你的复印纸损坏了,原始文件也会损坏吗?显然没有。
所以它是一样的。
选择“repo->Settings->”(向下滚动)删除repo
到目前为止,最简单的方法是登录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用户名和存储库名称 之后,点击“我明白后果,删除此存储库” 成功删除存储库